Skip to main content

PivotGridCustomTotal.CloneTo(PivotGridCustomTotal) Method

In This Article

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

Namespace: DevExpress.Xpf.PivotGrid

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