Skip to main content
A newer version of this page is available. .

IDashboardControl.DataInspectorFormClosing Event

Occurs before the Data Inspector window closes. Allows you to access the window’s grid controls.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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
AggregatedDataGrid Provides access to the Grid control that displays aggregated data in the Data Inspector dialog.
DashboardItemName Gets the name of the dashboard item for which the event is raised.
RawDataGrid Provides access to the GridControl that displays raw data in the Data Inspector dialog.
See Also