Skip to main content
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.v23.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