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

ThemesConfigurationSection Class

Provides programmatic access to the DevExpress theme-related configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ThemesConfigurationSection :
    ConfigurationSection

The following members return ThemesConfigurationSection objects:

Remarks

Use the ThemesConfigurationSection object to programmatically access the DevExpress themes configuration-file section. This section allows you to specify the following options.

The code sample below demonstrates the corresponding DevExpress section located within the web.config file.

<devExpress>
     <themes enableThemesAssembly="true" styleSheetTheme="" theme="Mulberry" customThemeAssemblies="" baseColor="Green" font="30px 'Callibri'" />
     ...
</devExpress>

Inheritance

See Also