ThemesConfigurationSection Class
Provides programmatic access to the DevExpress theme-related configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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.
- Availability of Themes Assembly
- Style Sheet Theme Name
- Theme Name
- Theme Base Color
- Theme Font Settings
- Custom Theme Assemblies
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
Object
ConfigurationElement
ConfigurationSection
ThemesConfigurationSection
See Also