Back to Devexpress

IDashboardControl.DashboardItemBeforeControlDisposed Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-6688736b.md

latest3.2 KB
Original Source

IDashboardControl.DashboardItemBeforeControlDisposed Event

Allows you to access underlying WinForms controls.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemBeforeControlDisposedEventHandler DashboardItemBeforeControlDisposed
vb
Event DashboardItemBeforeControlDisposed As DashboardItemBeforeControlDisposedEventHandler

Event Data

The DashboardItemBeforeControlDisposed event's data class is DashboardItemControlEventArgs. The following properties provide information specific to this event:

PropertyDescription
CardControlGets an underlying Card control.
ChartContextGets the chart context.
ChartControlGets an underlying chart control.
DashboardItemNameGets the component name of the dashboard item for which the event was raised.
DateFilterControlGets an underlying date filter control.
GaugeContextGets the gauge context.
GaugeControlGets an underlying gauge control.
GridContextGets the grid context.
GridControlGets an underlying grid control.
MapControlGets an underlying map control.
PictureEditGets an underlying picture edit control.
PivotGridControlGets an underlying PivotGridControl.
RichEditControlGets an underlying RichEdit control.
TreeMapControlGets an underlying TreeMap control.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace