Skip to main content

PivotGridCustomTotalCollection(PivotGridField) Constructor

For internal use.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.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