IDashboardControl.DashboardItemBeforeControlDisposed Event
In This Article
Allows you to access underlying WinForms controls.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event DashboardItemBeforeControlDisposedEventHandler DashboardItemBeforeControlDisposed
#Event Data
The DashboardItemBeforeControlDisposed event's data class is DashboardItemControlEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Card |
Gets an underlying Card control. |
Chart |
Gets the chart context. |
Chart |
Gets an underlying chart control. |
Dashboard |
Gets the component name of the dashboard item for which the event was raised. |
Date |
Gets an underlying date filter control. |
Gauge |
Gets the gauge context. |
Gauge |
Gets an underlying gauge control. |
Grid |
Gets the grid context. |
Grid |
Gets an underlying grid control. |
Map |
Gets an underlying map control. |
Picture |
Gets an underlying picture edit control. |
Pivot |
Gets an underlying Pivot |
Rich |
Gets an underlying Rich |
Tree |
Gets an underlying Tree |
See Also