Auto Complete Text Box CellAuto Complete Custom Source Property
Gets or sets a custom auto-completion source.
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#
public AutoCompleteStringCollection? AutoCompleteCustomSource { get; set; }VB
Public Property AutoCompleteCustomSource As AutoCompleteStringCollection
Get
SetC++
public:
property AutoCompleteStringCollection^ AutoCompleteCustomSource {
AutoCompleteStringCollection^ get ();
void set (AutoCompleteStringCollection^ value);
}F#
member AutoCompleteCustomSource : AutoCompleteStringCollection with get, set