Theme Name
This option specifies the name of a default or custom visual theme to be globally applied to all DevExpress controls within a website.
#Declaration:
<configuration>
...
<devExpress>
...
<themes enableThemesAssembly="true" styleSheetTheme="" theme="Metropolis"
customThemeAssemblies="" baseColor="Green" font="30px 'Calibri'" />
...
</devExpress>
...
</configuration>
Note
In order to use the DevExpress Web.
This option is set to an empty string by default.
#Related Configuration Section
DevExpress configuration section