Skip to main content

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.v24.1.dll

NuGet Package: 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