Skip to main content
A newer version of this page is available. .

PivotGridFieldCollection(PivotGridInternalFieldCollection) Constructor

Initializes a new instance of the PivotGridFieldCollection class.

Namespace: DevExpress.Xpf.PivotGrid

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

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