Skip to main content
All docs
V18.2

DashboardItemVisualInteractivityWpfEventArgs.EnableHighlighting Property

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public bool EnableHighlighting { get; set; }

Property Value

Type Description
Boolean

True, to enable highlighting; otherwise, false.

See Also