Enum SearchType
Defines the constants that used to specifies the condition for the Search operation.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum SearchType
Fields
| Name | Description |
|---|---|
| Contains | Compares the search text with the cell value using the contains condition. |
| EndsWith | Compares the search text with the cell value using the EndsWith condition. |
| StartsWith | Compares the search text with the cell formatted text using the Starts with condition. |