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
StartsWith
Search the item which contains the search text in the list.
Declaration
public const DataFormTextSearchMode StartsWith