DataGridViewComboBoxDisplayStyle Enum

Definition

Defines constants that indicate how a DataGridViewComboBoxCell is displayed.

public enum class DataGridViewComboBoxDisplayStyle
public enum DataGridViewComboBoxDisplayStyle
type DataGridViewComboBoxDisplayStyle = 
Public Enum DataGridViewComboBoxDisplayStyle
Inheritance
DataGridViewComboBoxDisplayStyle

Fields

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.

Applies to

See also