Skip to main content

Right to Left Support

Most DevExpress ASP.NET controls support right-to-left languages such as Arabic and Hebrew. These controls allow you to create web pages with right-to-left layouts and mirrored UI elements.

The image below illustrates how DevExpress web controls are displayed in a right-to-left layout.

RightToLeft-Common.png

Note

The following DevExpress web controls do not currently offer right-to-left support:

#Individual Control Setting

Enable a control’s RightToLeft property to switch the display of an individual DevExpress web control to right-to-left. When this property is enabled, text flows from right to left, and the layout of most UI elements is reversed.

#Global Option

Enable the ASPxWebControl.GlobalRightToLeft property to switch the display of all DevExpress web controls in a page or website to right-to-left. Specify this property before the PreRender event is raised.

#Web.config Configuration Option

Enable the Web.config file’s rightToLeft configuration option to switch the entire web application to right-to-left. See the following help topic to learn more: Web.Config Options: Right to Left Support.