DataGridViewComboBoxDisplayStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that indicate how a DataGridViewComboBoxCell is displayed.
public enum class DataGridViewComboBoxDisplayStyle
public enum DataGridViewComboBoxDisplayStyle
type DataGridViewComboBoxDisplayStyle =
Public Enum DataGridViewComboBoxDisplayStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ComboBox | 0 | When it is not in edit mode, the DataGridViewComboBoxCell mimics the appearance of a ComboBox control. |
DropDownButton | 1 | When it is not in edit mode, the DataGridViewComboBoxCell is displayed with a drop-down button but does not otherwise mimic the appearance of a ComboBox control. |
Nothing | 2 | When it is not in edit mode, the DataGridViewComboBoxCell is displayed without a drop-down button. |
Remarks
This enumeration is used by the DisplayStyle property of the DataGridViewComboBoxCell and DataGridViewComboBoxColumn types to indicate the appearance of the cell when it is not in edit mode. In edit mode, the cell displays the hosted ComboBox control.