Multi Column Combo Box CellEdit Type Property
Gets the type of the cell's hosted editing control
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This always returns MultiColumnComboBoxEditingControl
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Type EditType { get; }VB
Public Overrides ReadOnly Property EditType As Type
GetC++
public:
virtual property Type^ EditType {
Type^ get () override;
}F#
abstract EditType : Type with get
override EditType : Type with getProperty Value
TypeThis always returns MultiColumnComboBoxEditingControl