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

PageSettings.Landscape Property

Gets or sets whether data is exported to PDF in Landscape.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue(false)]
public bool Landscape { get; set; }

Property Value

Type Default Description
Boolean **false**

true to export data in Landscape; false to export data in Portrait.

Property Paths

You can access this nested property as listed below:

Object Type Path to Landscape
ASPxTreeListPrintSettings
.PageSettings.Landscape
TreeListSettingsExport
.PageSettings.Landscape
MVCxTreeListPrintSettings
.PageSettings.Landscape
See Also