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.v19.2.Win.dll
Declaration
public event DataInspectorFormLoadEventHandler DataInspectorFormLoad
Public Event DataInspectorFormLoad As DataInspectorFormLoadEventHandler
Event Data
The DataInspectorFormLoad event handler receives an argument of the DataInspectorFormLoadEventArgs type.
The following properties provide information specific to this event.
See Also