Skip to main content

PivotGroupFilterValue.Field Property

Gets the field to which the filter value corresponds.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public PivotGridFieldBase Field { get; }

#Property Value

Type Description
PivotGridFieldBase

A DevExpress.XtraPivotGrid.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