PivotGridPageSettings.Landscape Property
Gets or sets a value indicating whether the page orientation is landscape.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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 |
|
| .NET Reporting Tools | XRPivotGridOptionsPrint |
|
| ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
See Also