XlCustomFilterCriteria.FilterOperator Property
Gets or sets the comparison operator to use with the custom filter value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlFilterOperator FilterOperator { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
Available values:
Name | Description |
---|---|
Equal | Filters values that are equal to a specified criterion value. |
Greater |
Filters values that are greater than a specified criterion value. |
Greater |
Filters values that are greater than or equal to a specified criterion value. |
Less |
Filters values that are less than a specified criterion value. |
Less |
Filters values that are less than or equal to a specified criterion value. |
Not |
Filters values that are not equal to a specified criterion value. |