All visual controls from the ASPxperience Library provide support for right-to-left languages, like Arabic or Hebrew. So, you can completely rely on our web controls when creating international web pages that include support for right-to-left reading order, and mirroring of UI elements.
To switch a control to right-to-left representation, just enable a single property - RightToLeft. When this property is on, text flows from right to left in a control and the control itself is mirrored (the layout of its UI elements is reversed).
If you need to apply right-to-left representation to all DevExpress web controls within your web application, you can enable our specifically provided configuration option within the web.config file, instead of switching each control's RightToLeft property. This is the rightToLeft option, that can be accessed within the settings group of our devExpress section.