AutoFilterCondition Enum
Lists values that specify the type of the comparison operator used to create filter conditions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Default
|
For the string columns and columns that are filtered by display text - the same as the Begins |
Begins
|
Selects records whose values in the corresponding colum begin with the entered value. |
Ends
|
Selects records whose values in the corresponding colum end with the entered value. |
Contains
|
Selects records whose values in the corresponding colum contain the entered value. |
Does
|
Selects records whose values in the corresponding colum don’t contain the entered value. |
Equals
|
Selects records whose values in the corresponding column match the entered value. |
Less
|
Selects records whose values in the corresponding column are less than the entered value. |
Less
|
Selects records whose values in the corresponding column are less than or equal to the entered value. |
Greater
|
Selects records whose values in the corresponding column are greater than the entered value. |
Greater
|
Selects records whose values in the corresponding column are greater than or equal to the entered value. |
Not
|
Selects records whose values in the corresponding column are not equal to the entered value. |
Like
|
Selects records whose values in the corresponding column match the entered mask. Two wildcard symbols are supported: ‘%’ substitutes zero or more characters; ‘_’ substitutes a single character. |
#Related API Members
The following properties accept/return AutoFilterCondition values: