The DataGridViewEnumColumn type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
|  |  AutoSizeMode | 
                    Gets or sets the mode by which the column automatically adjusts its width.
                (Inherited from  DataGridViewColumn.) | 
|  |  CellTemplate | 
                    Gets or sets the template used to model cell appearance.
                (Inherited from  DataGridViewTextBoxColumn.) | 
|  |  CellType | 
                    Gets the run-time type of the cell template.
                (Inherited from  DataGridViewColumn.) | 
|  |  ContextMenuStrip | 
                    Gets or sets the shortcut menu for the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  DataGridView | 
                    Gets the (Inherited from  DataGridView control associated with this element.  DataGridViewElement.) | 
|  |  DataPropertyName | 
                    Gets or sets the name of the data source property or database column to which the (Inherited from  DataGridViewColumn is bound.  DataGridViewColumn.) | 
|  |  DefaultCellStyle | 
                    Gets or sets the column's default cell style.
                (Inherited from  DataGridViewColumn.) | 
|  |  DefaultHeaderCellType | 
                    Gets or sets the run-time type of the default header cell.
                (Inherited from  DataGridViewBand.) | 
|  |  Displayed | 
                    Gets a value indicating whether the band is currently displayed onscreen. 
                (Inherited from  DataGridViewBand.) | 
|  |  DisplayIndex | 
                    Gets or sets the display order of the column relative to the currently displayed columns.
                (Inherited from  DataGridViewColumn.) | 
|  |  DividerWidth | 
                    Gets or sets the width, in pixels, of the column divider.
                (Inherited from  DataGridViewColumn.) | 
|  |  FillWeight | 
                    Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.
                (Inherited from  DataGridViewColumn.) | 
|  |  Frozen | 
                    Gets or sets a value indicating whether a column will move when a user scrolls the (Inherited from  DataGridView control horizontally.  DataGridViewColumn.) | 
|  |  HasDefaultCellStyle | 
                    Gets a value indicating whether the (Inherited from  DefaultCellStyle property has been set.  DataGridViewBand.) | 
|  |  HeaderCell | 
                    Gets or sets the (Inherited from  DataGridViewColumnHeaderCell that represents the column header.  DataGridViewColumn.) | 
|  |  HeaderCellCore | 
                    Gets or sets the header cell of the (Inherited from  DataGridViewBand.  DataGridViewBand.) | 
|  |  HeaderText | 
                    Gets or sets the caption text on the column's header cell.
                (Inherited from  DataGridViewColumn.) | 
|  |  Index | 
                    Gets the relative position of the band within the (Inherited from  DataGridView control.  DataGridViewBand.) | 
|  |  InheritedAutoSizeMode | 
                    Gets the sizing mode in effect for the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  InheritedStyle | 
                    Gets the cell style currently applied to the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  IsDataBound | 
                    Gets a value indicating whether the column is bound to a data source.
                (Inherited from  DataGridViewColumn.) | 
|  |  IsRow | 
                    Gets a value indicating whether the band represents a row.
                (Inherited from  DataGridViewBand.) | 
|  |  MaxInputLength | 
                    Gets or sets the maximum number of characters that can be entered into the text box.
                (Inherited from  DataGridViewTextBoxColumn.) | 
|  |  MinimumWidth | 
                    Gets or sets the minimum width, in pixels, of the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  Name | 
                    Gets or sets the name of the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  ReadOnly | 
                    Gets or sets a value indicating whether the user can edit the column's cells.
                (Inherited from  DataGridViewColumn.) | 
|  |  Resizable | 
                    Gets or sets a value indicating whether the column is resizable.
                (Inherited from  DataGridViewColumn.) | 
|  |  Selected | 
                    Gets or sets a value indicating whether the band is in a selected user interface (UI) state.
                (Inherited from  DataGridViewBand.) | 
|  |  Site | 
                    Gets or sets the site of the column.
                (Inherited from  DataGridViewColumn.) | 
|  |  SortMode | 
                    Gets or sets the sort mode for the column.
                (Inherited from  DataGridViewTextBoxColumn.) | 
|  |  State | 
                    Gets the user interface (UI) state of the element.
                (Inherited from  DataGridViewElement.) | 
|  |  Tag | 
                    Gets or sets the object that contains data to associate with the band.
                (Inherited from  DataGridViewBand.) | 
|  |  ToolTipText | 
                    Gets or sets the text used for ToolTips.
                (Inherited from  DataGridViewColumn.) | 
|  |  ValueType | 
                    Gets or sets the data type of the values in the column's cells.
                (Inherited from  DataGridViewColumn.) | 
|  |  Visible | 
                    Gets or sets a value indicating whether the column is visible.
                (Inherited from  DataGridViewColumn.) | 
|  |  Width | 
                    Gets or sets the current width of the column.
                (Inherited from  DataGridViewColumn.) | 
See Also