Skip to main content
A newer version of this page is available. .

Custom Theme Assemblies

Note

This option is available starting with version 2012 vol.2.7.

This option specifies the name of assemblies containing custom themes to be applied to DevExpress controls within a website.

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.

DevExpress configuration section

Corresponding Class

ThemesConfigurationSection