Base Combo Box ColumnCombo Box Cell Template Property
This is used internally to get a reference to the cell template as the actual type
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 BaseComboBoxCell ComboBoxCellTemplate { get; }VB
Protected ReadOnly Property ComboBoxCellTemplate As BaseComboBoxCell
GetC++
protected:
property BaseComboBoxCell^ ComboBoxCellTemplate {
BaseComboBoxCell^ get ();
}F#
member ComboBoxCellTemplate : BaseComboBoxCell with get