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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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