BaseComboBoxCellEditingComboBox Property
This is used to get or set the editing combo box control.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected BaseComboBox EditingComboBox { get; set; }
Protected Property EditingComboBox As BaseComboBox
Get
Set
protected:
property BaseComboBox^ EditingComboBox {
BaseComboBox^ get ();
void set (BaseComboBox^ value);
}
member EditingComboBox : BaseComboBox with get, set
Property Value
BaseComboBox