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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

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