FieldFilterValues.Field Property
In This Article
Gets the field which owns the current collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotGridField Field { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The Field property returns the field whose PivotGridField.FilterValues property is represented by this collection.
See Also