DataInspectorFormClosingEventArgs Properties
Provides data for the DashboardViewer.DataInspectorFormClosing and DashboardDesigner.DataInspectorFormClosing events.| Name | 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