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

PivotGridCustomTotal.CloneTo(PivotGridCustomTotal) Method

Copies settings of the current object to the object passed as the parameter.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public virtual void CloneTo(
    PivotGridCustomTotal clone
)

Parameters

Name Type Description
clone PivotGridCustomTotal

A PivotGridCustomTotal object representing the custom total to which settings are copied from the current object.

See Also