Skip to main content

PivotGridFieldFilterValues.Field Property

Gets the field which owns the current collection.

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 that represents the field which the current collection belongs to.

Remarks

The Field property returns the field whose PivotGridFieldBase.FilterValues property is represented by this collection.

See Also