'Declaration Public ReadOnly Property ComboBoxEditor As ComboBoxEditor
public ComboBoxEditor ComboBoxEditor {get;}
'Declaration Public ReadOnly Property ComboBoxEditor As ComboBoxEditor
public ComboBoxEditor ComboBoxEditor {get;}
The ComboBoxEditor object can be used to get and set properties on the currently active ComboBox editor without casting the C1FlexGridBase.Editor property.
If no editor is active, or if the editor is not a System.Windows.Forms.ComboBox, these properties return null or -1, and cannot be set.