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

ReportDesignerModel.RightToLeft Property

Specifies whether or not a right-to-left layout is enabled in the End-User Report Designer user interface.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true, if the UI orientation is right-to-left; otherwise false.

See Also