AutoFilterCondition Enum
Enumerates comparison operators used in the Auto-Filter Row.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Members
Name | Description |
---|---|
Default
|
The default condition depends on the column editor and column data type. For columns that use a text editor and contain strings (or display strings instead of actual non-string values and are filtered by these strings (see FilterMode)), this option enables the Contains condition. For all other columns, it enables the Equals condition. |
Like
|
|
Equals
|
|
Contains
|
|
BeginsWith
|
|
EndsWith
|
|
DoesNotContain
|
|
DoesNotEqual
|
|
Greater
|
|
GreaterOrEqual
|
|
Less
|
|
LessOrEqual
|
|
NotLike
|
|
Related API Members
The following properties accept/return AutoFilterCondition values: