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

FieldFilterValues.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that represents the field which the current collection belongs to.

Remarks

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

See Also