The DevExpress ASP.NET Grid View (ASPxGridView) provides support for right-to-left languages such as Arabic and Hebrew. To switch the ASPxGridView to a right-to-left representation, you will need to enable a single grid property - RightToLeft. When this property is active, text flows right-to-left and the layout of most grid UI elements is reversed.
If you need to apply right-to-left display for all DevExpress web controls within your web application, you can enable a specific configuration option within the web.config file, rather than switch the RightToLeft property for each control. This is the rightToLeft option, which can be accessed within the settings group of the devExpress section in the web.config file.