BaseComboBoxColumnDefaultSelection Property
This property is used to set or get the default selection's index
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int DefaultSelection { get; set; }
Public Property DefaultSelection As Integer
Get
Set
public:
property int DefaultSelection {
int get ();
void set (int value);
}
member DefaultSelection : int with get, set
Property Value
Int32If
EnforceDefaultSelection is true, a
SelectedIndex
of -1 (no selection) is not allowed. Instead, the index specified by this property is used.