Class SearchType
Used to specify the type of Search to the SearchHelper while searching.
Inheritance
System.Object
SearchType
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class SearchType : Enum
Fields
Contains
Search the Cell which contains the SearchText.
Declaration
public const SearchType Contains
Field Value
Type |
---|
SearchType |
EndsWith
Search the Cell which ends with the SearchText.
Declaration
public const SearchType EndsWith
Field Value
Type |
---|
SearchType |
StartsWith
Search the Cell which starts with the SearchText.
Declaration
public const SearchType StartsWith
Field Value
Type |
---|
SearchType |