Right to Left Support
This option specifies whether or not the right-to-left layout direction is available for all DevExpress controls within a project.
Name
rightToLeft
Declaration
<configuration>
...
<devExpress>
...
<settings rightToLeft="false" />
...
</devExpress>
...
</configuration>
Note
In order to use the DevExpress Web.config section, register this section group beforehand.
This option is disabled by default.
Related Configuration Section
DevExpress configuration section
Corresponding Class
See Also