Base Combo Box CellDisplay Style Property
Gets or sets a value that determines how the combo box is displayed when it is not in edit mode
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is to show a drop-down button
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataGridViewComboBoxDisplayStyle DisplayStyle { get; set; }VB
Public Property DisplayStyle As DataGridViewComboBoxDisplayStyle
Get
SetC++
public:
property DataGridViewComboBoxDisplayStyle DisplayStyle {
DataGridViewComboBoxDisplayStyle get ();
void set (DataGridViewComboBoxDisplayStyle value);
}F#
member DisplayStyle : DataGridViewComboBoxDisplayStyle with get, setProperty Value
DataGridViewComboBoxDisplayStyleThe default is to show a drop-down button