Auto Complete Text Box ColumnAuto Complete Mode Property
Gets or sets a value that determines the auto-complete mode
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is None.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public AutoCompleteMode AutoCompleteMode { get; set; }VB
Public Property AutoCompleteMode As AutoCompleteMode
Get
SetC++
public:
property AutoCompleteMode AutoCompleteMode {
AutoCompleteMode get ();
void set (AutoCompleteMode value);
}F#
member AutoCompleteMode : AutoCompleteMode with get, setProperty Value
AutoCompleteModeThe default is None.