aspnet-devexpress-dot-web-7d1d2a1c.md
Provides programmatic access to the DevExpress theme-related configuration-file section.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ThemesConfigurationSection :
ConfigurationSection
Public Class ThemesConfigurationSection
Inherits ConfigurationSection
The following members return ThemesConfigurationSection objects:
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>
Object ConfigurationElement ConfigurationSection ThemesConfigurationSection
See Also