Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.EnableHighlighting(Boolean) Method

Enables highlighting for the current dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void EnableHighlighting(
    bool enableHighlighting
)

Parameters

Name Type Description
enableHighlighting Boolean

true, to enable highlighting; otherwise, false.

See Also