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

PivotGridFieldFilterValues.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.XtraPivotGrid

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

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