Class FilterOperatorType
Default Filter Operator is defined for Filters.
Inheritance
System.Object
FilterOperatorType
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.Portable.dll
Syntax
public sealed class FilterOperatorType : Enum
Fields
Contains
Does an Contains operation on filters.
Declaration
public const FilterOperatorType Contains
Field Value
Type |
---|
FilterOperatorType |
Equals
Does an Equals operation on filters.
Declaration
public const FilterOperatorType Equals
Field Value
Type |
---|
FilterOperatorType |
StartsWith
Does an StartsWith operation on filters.
Declaration
public const FilterOperatorType StartsWith
Field Value
Type |
---|
FilterOperatorType |