Enum GridFilterOperatorType

GridFilterOperatorType enumeration

Custom Filter operator type.

public enum GridFilterOperatorType

Values

NameValueDescription
LessOrEqual0Represents LessOrEqual operator.
LessThan1Represents LessThan operator.
Equal2Represents Equal operator.
GreaterThan3Represents GreaterThan operator.
NotEqual4Represents NotEqual operator.
GreaterOrEqual5Represents GreaterOrEqual operator.
None6Represents no comparision.
BeginsWith7Begins with the text.
EndsWith8Ends with the text.
Contains9Contains the text.
NotContains10Doese not contains the text.

See Also