Class AutoCompleteSuggestMode
Defines the constants that speicifies the mode of System.Windows.Forms.AutoCompleteMode.Suggest and System.Windows.Forms.AutoCompleteMode.SuggestAppend for auto complete.
Inheritance
System.Object
AutoCompleteSuggestMode
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public sealed class AutoCompleteSuggestMode : Enum
Fields
Contains
String that containes the specified text.
Declaration
public const AutoCompleteSuggestMode Contains
Field Value
| Type |
|---|
| AutoCompleteSuggestMode |
StartsWith
String that starts with the specified text.
Declaration
public const AutoCompleteSuggestMode StartsWith
Field Value
| Type |
|---|
| AutoCompleteSuggestMode |