Skip to main content

FieldFilterValues.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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