Custom Theme Assemblies
This option specifies the name of assemblies containing custom themes to be applied to DevExpress components within a website.
Name
customThemeAssemblies
Declaration
<configuration>
...
<devExpress>
...
<themes customThemeAssemblies="MyThemeAssembly1,MyThemeAssembly2" />
...
</devExpress>
...
</configuration>
Note
In order to use the DevExpress Web.config section, register this section group beforehand.
By default, the value of this option is an empty string. Assign a value to this option to specify theme assemblies to use in your project.
Related Configuration Section
DevExpress configuration section