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

PivotGridPageSettings.Assign(PivotGridPageSettings) Method

Copies all the settings from the PivotGridPageSettings object passed as a parameter.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public void Assign(
    PivotGridPageSettings obj
)

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