Skip to main content
Tab

ThemesConfigurationSection.BaseColor Property

Gets or sets a base color for prebuilt DevExpress Themes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string BaseColor { get; set; }

Property Value

Type Description
String

A string value specifying the color.

Remarks

<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