ASPxDashboard.ColorScheme Property
Gets or sets the name of the color theme to be applied to the control.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll
Declaration
public override string ColorScheme { get; set; }
Public Overrides Property ColorScheme As String
Property Value
Type | Description |
---|---|
String | A String value specifying the color theme name. |
Remarks
To learn more, see Appearance Customization.
See Also
Feedback