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

PivotFilterBase.Item[PivotGridFieldBase] Property

Gets a filter criteria applied to the specified Pivot Grid field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public CriteriaOperator this[PivotGridFieldBase field] { get; set; }

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase descendant that specifies a filter criteria applied to the specified Pivot Grid field.

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that is a filter criteria applied to the specified Pivot Grid field.

See Also