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

ASPxReportDesigner.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

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeft { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also