Skip to main content

ASPxTreeListPrintSettings.PageSettings Property

Gets the settings of a report page.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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 MVC Extensions MVCxTreeListSettingsExport
.PrintSettings .PageSettings
ASP.NET Web Forms Controls ASPxTreeListExporter
.Settings .PageSettings

#Remarks

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

See Also