FieldFilterValues(PivotGridInternalField) Constructor
Initializes a new instance of the FieldFilterValues class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
field | DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField | A DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField object which represents the field that will own the collection. This value is assigned to the PivotGridFieldFilterValues.Field property. |
See Also