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

PivotGridCustomTotalBase.CloneTo(PivotGridCustomTotalBase) Method

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

Namespace: DevExpress.XtraPivotGrid

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

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