Style Sheet Theme Name
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
<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.
Related Configuration Section
DevExpress configuration section
Corresponding Class
See Also