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

PivotGridPageSettings.Landscape Property

Gets or sets a value indicating whether the page orientation is landscape.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
[TypeConverter(typeof(BooleanTypeConverter))]
public bool Landscape { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the page orientation is landscape; false if the page orientation is portrait.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Landscape
Cross-Platform Class Library PivotGridOptionsPrint
.PageSettings.Landscape
ASP.NET Controls and MVC Extensions WebPivotGridOptionsPrint
.PageSettings.Landscape
Reporting XRPivotGridOptionsPrint
.PageSettings.Landscape
See Also