Back to Devexpress

ThemesConfigurationSection Class

aspnet-devexpress-dot-web-7d1d2a1c.md

latest2.6 KB
Original Source

ThemesConfigurationSection Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ThemesConfigurationSection :
    ConfigurationSection
vb
Public Class ThemesConfigurationSection
    Inherits 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.

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

Inheritance

Object ConfigurationElement ConfigurationSection ThemesConfigurationSection

See Also

ThemesConfigurationSection Members

Web.Config Options

DevExpress.Web Namespace