Skip to main content
A newer version of this page is available. .
Tab

ASPxWebClientUIControl.GlobalColorScheme Property

Gets or sets the name of the color theme to be globally applied to all DevExpress web controls (that are ASPxWebClientUIControl class descendants) across the entire web site.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static string GlobalColorScheme { get; set; }

Property Value

Type Description
String

A string value specifying the color scheme name.

Remarks

Use the GlobalColorScheme property to apply the selected color scheme to all DevExpress ASPxWebClientUIControl class descendants within the web site.

See Also