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

ASPxTreeListPrintSettings.PageSettings Property

Gets the settings of a report page.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public PageSettings PageSettings { get; }

Property Value

Type Description
PageSettings

A PageSettings object that contains the settings of a report page.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PageSettings
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsExport .PageSettings
ASPxTreeListExporter
.Settings .PageSettings
ASP.NET MVC Extensions MVCxTreeList
.SettingsExport .PageSettings
MVCxTreeListExporter
.Settings .PageSettings
MVCxTreeListSettingsExport
.PrintSettings .PageSettings

Remarks

Use the PageSettings property to specify the margins and orientation of a report page.

See Also