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.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| clone | PivotGridCustomTotal | A PivotGridCustomTotal object representing the custom total to which settings are copied from the current object. |
See Also