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.v19.1.Core.dll

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