XlCustomFilterCriteria.FilterOperator Property
Gets or sets the comparison operator to use with the custom filter value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlFilterOperator | An XlFilterOperator enumeration member specifying the comparison operator used to construct the custom filter expression. |
Available values:
Name | Description |
---|---|
Equal | Filters values that are equal to a specified criterion value. |
GreaterThan | Filters values that are greater than a specified criterion value. |
GreaterThanOrEqual | Filters values that are greater than or equal to a specified criterion value. |
LessThan | Filters values that are less than a specified criterion value. |
LessThanOrEqual | Filters values that are less than or equal to a specified criterion value. |
NotEqual | Filters values that are not equal to a specified criterion value. |