BaseComboBoxColumnDisplayStyle Property

Gets or sets a value that determines how the combo box is displayed when not editing

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public DataGridViewComboBoxDisplayStyle DisplayStyle { get; set; }

Property Value

DataGridViewComboBoxDisplayStyle
The default is to show a drop-down button.

See Also