Skip to main content

PivotGroupFilterValue.Field Property

Gets the field to which the filter value corresponds.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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