IDashboardControl.DataInspectorFormClosing Event
In This Article
Occurs before the Data Inspector window closes. Allows you to access the window’s grid controls.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event DataInspectorFormClosingEventHandler DataInspectorFormClosing
#Event Data
The DataInspectorFormClosing event's data class is DataInspectorFormClosingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Aggregated |
Provides access to the Grid control that displays aggregated data in the Data Inspector dialog. |
Dashboard |
Gets the name of the dashboard item for which the event is raised. |
Raw |
Provides access to the Grid |
See Also