Skip to main content
A newer version of this page is available. .

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.

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.

DevExpress configuration section

Corresponding Class

SettingsConfigurationSection

See Also