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.v19.2.dll

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:

Object Type Path to PageSettings
ASPxTreeList
.SettingsExport.PageSettings
ASPxTreeListExporter
.Settings.PageSettings
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