Back to Devexpress

Right to Left Support

aspnetmvc-402237-common-features-webconfig-modifications-webconfig-options-right-to-left-support.md

latest972 B
Original Source

Right to Left Support

  • Jan 14, 2021

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

Name

rightToLeft

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