IDashboardControl.DashboardItemVisualInteractivity Event
In This Article
Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event DashboardItemVisualInteractivityEventHandler DashboardItemVisualInteractivity
#Event Data
The DashboardItemVisualInteractivity event's data class is DashboardItemVisualInteractivityEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
Gets the component name of the dashboard item for which the event was raised.
Inherited from Dashboard |
Data | Gets client data visualized within the dashboard item. |
Enable |
Gets or sets whether to enable highlighting for the current dashboard item.
Inherited from Dashboard |
Selection |
Gets or sets the selection mode for dashboard item elements. |
Target |
Gets or sets data axes used to perform custom interactivity actions. |
The event data class exposes the following methods:
Method | Description |
---|---|
Set |
Sets the default selection for the current dashboard item. |
Set |
Sets the default selection for the current dashboard item. |
Set |
Sets the default selection for the current dashboard item. |
Set |
Sets the default selection for the current dashboard item. |
See Also