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

PivotGridPageSettings.Margins Property

Gets or sets the margins of a print page.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public Margins Margins { get; set; }

Property Value

Type Description
Margins

The margins (in hundredths of an inch) of a print page.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Margins
Cross-Platform Class Library PivotGridOptionsPrint
.PageSettings.Margins
ASP.NET Controls and MVC Extensions WebPivotGridOptionsPrint
.PageSettings.Margins
Reporting XRPivotGridOptionsPrint
.PageSettings.Margins

Remarks

For more information, refer to the Margins topic in MSDN.

See Also