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

CustomFilter.SecondCriteriaOperator Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

FilterComparisonOperator SecondCriteriaOperator { get; }

Property Value

Type Description
FilterComparisonOperator

A FilterComparisonOperator enumeration member that identifies a comparison operator.

Remarks

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

See Also