Enum SearchType
Used to specify the type of Search to the SearchHelper while searching.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum SearchType
Fields
| Name | Description |
|---|---|
| Contains | Search the Cell which contains the SearchText. |
| EndsWith | Search the Cell which ends with the SearchText. |
| StartsWith | Search the Cell which starts with the SearchText. |