Skip to main content

PivotGridCustomTotalBase.CloneTo(PivotGridCustomTotalBase) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual void CloneTo(
    PivotGridCustomTotalBase clone
)

Parameters

Name Type Description
clone PivotGridCustomTotalBase

A PivotGridCustomTotalBase object to which settings are copied from the current object.

See Also