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.v24.1.Core.dll

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

Declaration

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

Property Value

Type Description
Boolean

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 Web Forms Controls WebPivotGridOptionsPrint
.PageSettings .Landscape
.NET Reporting Tools XRPivotGridOptionsPrint
.PageSettings .Landscape
See Also