Base Combo Box CellEditing Combo Box Property
This is used to get or set the editing combo box control.
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected BaseComboBox? EditingComboBox { get; set; }VB
Protected Property EditingComboBox As BaseComboBox
Get
SetC++
protected:
property BaseComboBox^ EditingComboBox {
BaseComboBox^ get ();
void set (BaseComboBox^ value);
}F#
member EditingComboBox : BaseComboBox with get, set