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