Auto Complete Text Box ColumnAuto Complete Text 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 AutoCompleteTextBoxCell AutoCompleteTextBoxCellTemplate { get; }VB
Protected ReadOnly Property AutoCompleteTextBoxCellTemplate As AutoCompleteTextBoxCell
GetC++
protected:
property AutoCompleteTextBoxCell^ AutoCompleteTextBoxCellTemplate {
AutoCompleteTextBoxCell^ get ();
}F#
member AutoCompleteTextBoxCellTemplate : AutoCompleteTextBoxCell with get