Skip to main content

PivotGridFieldCollection(PivotGridInternalFieldCollection) Constructor

Initializes a new instance of the PivotGridFieldCollection class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotGridFieldCollection(
    PivotGridInternalFieldCollection fields
)

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