FieldFilterValues.Field Property
Gets the field which owns the current collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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