PivotGridCustomTotal.CloneTo(PivotGridCustomTotalBase) Method
Copies settings of the current object to the object passed as the parameter.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
clone | PivotGridCustomTotalBase | A PivotGridCustomTotalBase object to which settings are copied from the current object. |
See Also