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

XRPageInfo.RightToLeft Property

Specifies the orientation of the XRPageInfo‘s content.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
RightToLeft

A RightToLeft enumeration value.

Remarks

The following images illustrate the RightToLeft property in action.

RightToLeft = false RightToLeft = true
xrpageinfo-right-to-left-false xrpageinfo-right-to-left-true
See Also