PivotGridPageSettings.Assign(PivotGridPageSettings) Method
Copies all the settings from the PivotGridPageSettings object passed as a parameter.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | PivotGridPageSettings | A PivotGridPageSettings object whose settings are assigned to the current object. |
Remarks
The Assign method allows the settings of the specified PivotGridPageSettings object to be copied to the current PivotGridPageSettings object.
See Also