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

PivotFilterBase.GetCriteria(PivotGridFieldBase) Method

Gets a current filter criteria applied to data displayed in the Pivot Grid.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public CriteriaOperator GetCriteria(
    PivotGridFieldBase exceptField
)

Parameters

Name Type Description
exceptField PivotGridFieldBase

A PivotGridFieldBase descendant that specifies the Pivot Grid field whose criteria should be excluded from a filter criteria applied to the entire Pivot Grid.

Returns

Type Description
CriteriaOperator

A CriteriaOperator descendant that specifies a filter criteria applied to data displayed in the Pivot Grid.

See Also