|  AllowEditText | Gets or sets a value indicating whether the text may be changed from the text portion of the up-down control. | 
 
|  AutoSizeCriteria (inherited from DataGridViewColumn) | Gets or sets the criteria for automatically resizing the width of the column when the user double-clicks on the resize area of the column header. | 
 
|  AutoSort (inherited from DataGridViewColumn) | Gets or sets a value indicating whether the column is sorted when the user clicks on the column header. | 
 
|  Bounds (inherited from DataGridViewColumn) | Gets the bounding rectangle of the column header. | 
 
|  CellValueType (inherited from DataGridViewColumn) | Gets or sets the data type of the values in the column's cells. | 
 
|  Container (inherited from Component) | Gets the IContainer that contains the Component. | 
 
|  DataGridView (inherited from DataGridViewColumn) | Gets the DataGridView control the DataGridViewColumn is located in. | 
 
|  DataPropertyName (inherited from DataGridViewColumn) | Gets or sets the name of the data model property to which the DataGridViewColumn is bound. | 
 
|  DefaultCellStyle (inherited from DataGridViewColumn) | Gets or sets the column's default cell style. | 
 
|  DisplayIndex (inherited from DataGridViewColumn) | Gets or sets the display order of the column relative to the currently displayed columns. | 
 
|  Editor | Gets the editor used to edit cell values. | 
 
|  Frozen (inherited from DataGridViewColumn) | Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally. | 
 
|  HeaderAlignment (inherited from DataGridViewColumn) | Gets a value indicating the position of the content within a header. | 
 
|  HeaderBackColor (inherited from DataGridViewColumn) | Gets the background color of a header. | 
 
|  HeaderFont (inherited from DataGridViewColumn) | Gets the font applied to the textual content of a header. | 
 
|  HeaderForeColor (inherited from DataGridViewColumn) | Gets the foreground color of a header. | 
 
|  HeaderIndent (inherited from DataGridViewColumn) | Gets the distance to indent the content of a header. | 
 
|  HeaderSelectionBackColor (inherited from DataGridViewColumn) | Gets the background color used by a header when it is selected. | 
 
|  HeaderSelectionForeColor (inherited from DataGridViewColumn) | Gets the foreground color used by a header when it is selected. | 
 
|  HeaderStyle (inherited from DataGridViewColumn) | Gets or sets the column's header style. | 
 
|  ImageIndex (inherited from DataGridViewColumn) | Gets or sets the image list index value of the image displayed in the column header. | 
 
|  ImageList (inherited from DataGridViewColumn) | Gets the ImageList that contains the image displayed with the header. | 
 
|  Index (inherited from DataGridViewColumn) | Gets the relative position of the column within the DataGridView control. | 
 
|  ItemMatchBehavior | Gets or sets a value indicating how cell values are matched to selectable items in the up-down control. | 
 
|  Items | Gets the collection of domain items assigned to up-down cells. | 
 
|  ItemsSorted | Gets or sets a value indicating whether the domain item collection is sorted. | 
 
|  ItemsWrap | Gets or sets a value indicating whether the collection of domain items continues to the first or last item if the user continues past the end of the list. | 
 
|  MinimumWidth (inherited from DataGridViewColumn) | Gets or sets the minimum width of the column in pixels. | 
 
|  Name (inherited from DataGridViewColumn) | Gets or sets the name of the column. | 
 
|  ReadOnly (inherited from DataGridViewColumn) | Gets or sets a value indicating whether the user can edit the column's cells. | 
 
|  Resizable (inherited from DataGridViewColumn) | Gets or sets a value indicating whether the column is resizable. | 
 
|  Selected (inherited from DataGridViewColumn) | Gets or sets a value indicating whether the column is selected. | 
 
|  Site (inherited from Component) | Gets or sets the ISite of the Component. | 
 
|  SortGlyphDirection (inherited from DataGridViewColumn) | Gets or sets the glyph displayed in the column header that describes the sort order. | 
 
|  Tag (inherited from DataGridViewColumn) | Gets or sets the object that contains data about the column. | 
 
|  Text (inherited from DataGridViewColumn) | Gets or sets the caption text on the column's header. | 
 
|  ToolTipText (inherited from DataGridViewColumn) | Gets or sets the text of a tool tip that describes the column. | 
 
|  ToolTipTitle (inherited from DataGridViewColumn) | Gets or sets the title of a tool tip that describes the column. | 
 
|  Width (inherited from DataGridViewColumn) | Gets or sets the current width of the column. | 
 
|  Visible (inherited from DataGridViewColumn) | Gets or sets the a value indicating whether the column is visible. |