PivotGridCustomTotalBase.CloneTo(PivotGridCustomTotalBase) Method
Copies settings of the current object to the object passed as the parameter.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v20.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
clone | PivotGridCustomTotalBase | A PivotGridCustomTotalBase object to which settings are copied from the current object. |
See Also