Back to Devexpress

ASPxWebControl.GlobalThemeBaseColor Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-1e4b0664.md

latest2.1 KB
Original Source

ASPxWebControl.GlobalThemeBaseColor Property

Gets or sets the base color for the theme to be globally applied to all DevExpress web controls across a web page or entire web site.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static string GlobalThemeBaseColor { get; set; }
vb
Public Shared Property GlobalThemeBaseColor As String

Property Value

TypeDescription
String

A string value specifying the base color.

|

Remarks

Use the GlobalThemeBaseColor property to specify the base color of the Theme to be applied to all DevExpress web controls within the web site.

Depending on your application needs, you can use the GlobalThemeBaseColor property at different levels within your application.

  • Page Level

  • Application Level - in Global.asax

See Changing Theme Base Color and Font Settings for more information.

See Also

Change Theme Base Color and Font Settings

GlobalStyleSheetTheme

Theme

Theme Name

Appearance Customization - Theming

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace