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

PivotGroupFilterValue.Field Property

Gets the field to which the filter value corresponds.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridFieldBase Field { get; }

Property Value

Type Description
PivotGridFieldBase

A PivotGridFieldBase descendant, representing the field to which the filter value corresponds.

Remarks

Use the DevExpress.XtraPivotGrid.PivotFilterValue.Value property to obtain the field value that corresponds to the current filter value.

See Also