ConfigureReportPageSettingsPage.Landscape Property
Specifies whether the page orientation is landscape.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnOrientationChanged")]
public virtual bool Landscape { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the page orientation is landscape; otherwise, false. |
See Also