Skip to main content
A newer version of this page is available. .

ConfigureReportPageSettingsPage.Landscape Property

Specifies whether or not the page orientation is landscape.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

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