Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Right to Left Layout

  • Downloads
  • Purchase
  • Help & Support
  • About Us
DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio. Whether using WPF, Silverlight, ASP.NET or WinForms, DevExpress tools help you build and deliver your best in the shortest time possible.
The goal of the Developer Express Support Team is to provide our customers unrivaled technical assistance when implementing DevExpress technologies. We are committed to total customer satisfaction after purchase and will stop at nothing to ensure that your experience using our products is profitable for you, your organization, and by extension – your customers.

Our visual controls provide support for right-to-left languages such as Arabic and Hebrew. So, you can rely on DevExpress web controls when creating international web pages that require support for right-to-left reading order, as well as the mirroring of UI elements.

To switch a control to a right-to-left representation, simply enable a single property - RightToLeft. When this property is on, the text flows from right to left in the 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 a special configuration option (the rightToLeft option) within the Web.config file, instead of switching RightToLeft property for each control. This option can be accessed within the 'settings' group of the devExpress section in the Web.config file.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos