ASPxTreeListPrintSettings.PageSettings Property
In This Article
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 |
---|---|
Page |
A Page |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Page |
---|---|---|
ASP. |
MVCx |
|
ASP. |
ASPx |
|
#Remarks
Use the PageSettings property to specify the margins and orientation of a report page.
See Also