DataGridViewComboBoxColumn Class
Represents a combo box column in a DataGridView control.
Namespace: elsystem.windows.forms
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
Name | Type | Description | |
![]() |
AutoComplete |
bool |
True when cells in the column will match the characters being entered in the cell with one from the possible selections. |
![]() |
DisplayStyle |
enum |
Gets or sets a value that determines how the combo box is displayed when not editing. See DataGridViewComboBoxDisplayStyle for available values. |
![]() |
DisplayStyleForCurrentCellOnly |
bool |
True when the DisplayStyle property value applies only to the current cell in this current column. |
![]() |
DropDownWidth |
int |
Gets or sets the width of the drop-down lists of the combo boxes. |
![]() |
FlatStyle |
enum |
Gets or sets the flat style appearance of the column's cells. See FlatStyle for available values. |
![]() |
Items |
object |
Gets the collection of objects used as selections in the combo boxes. |
![]() |
MaxDropDownItems |
int |
Gets or sets the maximum number of items in the drop-down list of the cells in the column. |
![]() |
Sorted |
bool |
True if the items in the combo box are sorted. |
Methods
Name | Description | |
![]() |
Create | Initializes a new instance of the class. |
![]() |
Create(text) | Initializes a new instance of the class using the specified Text for the column name. |
Inheritance Hierarchy
elsystem.windows.forms.Control
elsystem.windows.forms.DataGridViewColumn
elsystem.windows.forms.DataGridViewComboBoxColumn