Skip to main content

DashboardItemVisualInteractivityBaseEventArgs.EnableHighlighting Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public bool EnableHighlighting { get; set; }

Property Value

Type Description
Boolean

true, to enable highlighting; otherwise, false.

See Also