Skip to main content
A newer version of this page is available. .

DashboardItemVisualInteractivityBaseEventArgs.EnableHighlighting Property

Gets or sets whether to enable highlighting for the current dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public bool EnableHighlighting { get; set; }

Property Value

Type Description
Boolean

true, to enable highlighting; otherwise, false.

See Also