Back to Devexpress

DashboardDesigner.DataInspectorFormLoad Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-5e87f0e8.md

latest3.0 KB
Original Source

DashboardDesigner.DataInspectorFormLoad Event

Occurs before the Data Inspector window displays. Allows you to access the window’s grid controls and change their settings.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DataInspectorFormLoadEventHandler DataInspectorFormLoad
vb
Public Event DataInspectorFormLoad As DataInspectorFormLoadEventHandler

Event Data

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

PropertyDescription
AggregatedDataGridProvides access to the Grid control that displays aggregated data in the Data Inspector dialog.
AllowExportAggregatedDataGets or sets whether end users can export aggregated data from the Data Inspector.
AllowExportRawDataGets or sets whether end users can export raw data from the Data Inspector.
DashboardItemNameGets the name of the dashboard item whose data is displayed in the Data Inspector window.
RawDataGridProvides access to the Grid control that displays raw data in the Data Inspector dialog.

Remarks

Use the DashboardDesigner.ShowDataInspector method to invoke the Data Inspector window.

When the Data Inspector window closes, the DashboardDesigner.DataInspectorFormClosing event occurs.

Implements

DataInspectorFormLoad

See Also

Data Inspector

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace