Class DataFormTextSearchMode
Specifies the type of the text search mode in ComboBox, AutoComplete.
Inheritance
System.Object
DataFormTextSearchMode
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class DataFormTextSearchMode : Enum
Fields
Contains
Search the item which matches the search text with the beginning of the texts in the list.
Declaration
public const DataFormTextSearchMode Contains
Field Value
Type | Description |
---|---|
DataFormTextSearchMode |
StartsWith
Search the item which contains the search text in the list.
Declaration
public const DataFormTextSearchMode StartsWith
Field Value
Type | Description |
---|---|
DataFormTextSearchMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |