Skip to main content

PageSettings.Margins Property

Gets the margins of a print page.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PageMargins Margins { get; }

Property Value

Type Description
PageMargins

A PageMargins object that represents the margins for a report page.

Property Paths

You can access this nested property as listed below:

Object Type Path to Margins
ASPxTreeListPrintSettings
.PageSettings .Margins
See Also