Enum AutoCompleteSuggestMode
Defines the constants that speicifies the mode of System.Windows.Forms.AutoCompleteMode.Suggest and System.Windows.Forms.AutoCompleteMode.SuggestAppend for auto complete.
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public enum AutoCompleteSuggestMode
Fields
Name | Description |
---|---|
Contains | String that containes the specified text. |
StartsWith | String that starts with the specified text. |