Back to Devexpress

ASPxWebClientUIControl.ColorScheme Property

aspnet-devexpress-dot-web-dot-aspxwebclientuicontrol-269736ee.md

latest1.1 KB
Original Source

ASPxWebClientUIControl.ColorScheme Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("light")]
public virtual string ColorScheme { get; set; }
vb
<DefaultValue("light")>
Public Overridable Property ColorScheme As String

Property Value

TypeDefaultDescription
String"light"

A string value specifying the color theme name.

|

See Also

ASPxWebClientUIControl Class

ASPxWebClientUIControl Members

DevExpress.Web Namespace