Skip to main content
All docs
V18.2

ASPxClientDashboardItemElementCustomColorEventArgs.GetColor() Method

Gets the color of the current dashboard item element.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetColor()

Returns

Type Description
String

A String that is the color of the current dashboard item element.

See Also