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

Availability of Themes Assembly

This option specifies whether ASPxThemes assembly is available.

Declaration

<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" />
        ...
    </devExpress>
    ...
</configuration>

Note

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

This option is useful when you provide a custom appearance by modifying the sources of the default theme files contained within your project’s App_Themes folder (they can be copied there by using the ASPxThemeDeployer tool) without renaming the modified themes. In this case, you should set this option to False to disable using default themes from the ASPxThemes assembly, and avoid overriding your custom theme settings.

This option is enabled by default.

DevExpress configuration section

Corresponding Class

ThemesConfigurationSection