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