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

PivotGridPageSettings.ToPageSettings() Method

Creates and returns a new PageSettings object with the same settings as the current PivotGridPageSettings object.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PageSettings ToPageSettings()

Returns

Type Description
PageSettings

A PageSettings object whose settings are identical to the settings provided by the current PivotGridPageSettings object.

See Also