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

PivotGridCustomTotalCollection(PivotGridField) Constructor

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridCustomTotalCollection(
    PivotGridField field
)

Parameters

Name Type
field PivotGridField

Remarks

Instances of the PivotGridCustomTotalCollection class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also