Back to Devexpress

Style Sheet Theme Name

aspnetmvc-402238-common-features-webconfig-modifications-webconfig-options-style-sheet-theme-name.md

latest1.4 KB
Original Source

Style Sheet Theme Name

  • Jan 14, 2021

This option specifies the name of a default or custom style sheet theme to be applied to all DevExpress components within a website.

Name

styleSheetTheme

Declaration

xml
<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" theme="Aqua" styleSheetTheme="Aqua"/>
        ...
    </devExpress>
    ...
</configuration>

Note

In order to use the DevExpress Web.config section, register this section group beforehand.

This option is set to an empty string by default.

DevExpress configuration section

Corresponding Class

ThemesConfigurationSection

See Also

ThemesConfigurationSection

StyleSheetTheme

Theme Name

Availability of Themes Assembly

ASPxThemes Assembly