Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.IsHighlightingEnabled() Method

Returns whether highlighting is enabled for the current dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool IsHighlightingEnabled()

Returns

Type Description
Boolean

true, if highlighting is enabled; otherwise, false.

See Also