Class SearchCondition
Defines the constants that specify possible search conditions.
Inheritance
System.Object
SearchCondition
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class SearchCondition : Enum
Fields
Contains
Determines whether the specified substring occurs within this string.
Declaration
public const SearchCondition Contains
Field Value
Type |
---|
SearchCondition |
Equals
Determines whether this instance and another specified String object have the same value.
Declaration
public const SearchCondition Equals
Field Value
Type |
---|
SearchCondition |
StartsWith
Determines whether the beginning of this string instance matches a specified string.
Declaration
public const SearchCondition StartsWith
Field Value
Type |
---|
SearchCondition |