Back to Devexpress

Right to Left Support

aspnet-8843-common-concepts-webconfig-modifications-webconfig-options-right-to-left-support.md

latest941 B
Original Source

Right to Left Support

  • Aug 01, 2019

This option specifies whether or not the right-to-left layout direction is available for all DevExpress controls within a project.

Declaration:

xml
<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

Right to Left Support

GlobalRightToLeft