Back to Devexpress

ThemesConfigurationSection.BaseColor Property

aspnet-devexpress-dot-web-dot-themesconfigurationsection-058203bf.md

latest1.5 KB
Original Source

ThemesConfigurationSection.BaseColor Property

Gets or sets a base color for prebuilt DevExpress Themes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string BaseColor { get; set; }
vb
Public Property BaseColor As String

Property Value

TypeDescription
String

A string value specifying the color.

|

Remarks

xml
<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" styleSheetTheme="" theme="Metropolis" 
            customThemeAssemblies="" baseColor="Green" font="30px 'Calibri'" />
        ...
    </devExpress>
    ...
</configuration>

For more information, refer to the Theme Base Color topic.

See Also

ThemesConfigurationSection Class

ThemesConfigurationSection Members

DevExpress.Web Namespace