Skip to main content
A newer version of this page is available. .

PivotFilterBase.NonColumnCriteria Property

Gets or sets a filter criteria part that is not associated with any Pivot Grid field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v21.2.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public CriteriaOperator NonColumnCriteria { get; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that is a filter criteria part that is not associated with any Pivot Grid field.

See Also