Enum SearchCondition
Defines the constants that specify possible search conditions.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum SearchCondition
Fields
| Name | Description |
|---|---|
| Contains | Determines whether the specified substring occurs within this string. |
| Equals | Determines whether this instance and another specified String object have the same value. |
| StartsWith | Determines whether the beginning of this string instance matches a specified string. |