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

ASPxWebClientUIControl.ColorScheme Property

Gets or sets the name of the color theme to be applied to the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("light")]
public virtual string ColorScheme { get; set; }

Property Value

Type Default Description
String "light"

A string value specifying the color theme name.

See Also