Skip to main content

PivotGridPageSettings.Landscape Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
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
Reporting XRPivotGridOptionsPrint
.PageSettings .Landscape
ASP.NET Web Forms Controls WebPivotGridOptionsPrint
.PageSettings .Landscape
See Also