Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomFilter.FirstCriteriaOperator Property

Gets the comparison operator used for the value in the first criterion.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

FilterComparisonOperator FirstCriteriaOperator { get; }

Property Value

Type Description
FilterComparisonOperator

A FilterComparisonOperator enumeration member that identifies a comparison operator.

Remarks

The FirstCriteriaOperator property gets its value from the second parameter of the AutoFilterColumn.ApplyCustomFilter method or from the corresponding editor located in the Custom AutoFilter end-user dialog.

See Also