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

Theme Base Color

Note

This option is available starting with version 2016 vol.2.3.

This option specifies the name of the base color for the theme that will be globally applied to all DevExpress controls within a website.

Refer to the Changing Theme Base Color and Font Settings topic to learn more.

Declaration:

<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" styleSheetTheme="" theme="Metropolis" 
            customThemeAssemblies="" baseColor="Green" font="30px 'Callibri'"  />
        ...
    </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.

DevExpress configuration section

Corresponding Class

ThemesConfigurationSection

See Also