PivotGridFieldCollection(PivotGridInternalFieldCollection) Constructor
Initializes a new instance of the PivotGridFieldCollection class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type |
---|---|
fields | DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalFieldCollection |
Remarks
This constructor is automatically called when the pivot grid initializes its PivotGridControl.Fields property.
See Also