DashboardCreatingEventArgs.Dashboard Property
Gets the created dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Dashboard | A Dashboard object that is the newly created dashboard. |
Remarks
Use the Dashboard property to access the created dashboard, initialize and customize it.
To suppress the default dashboard creation routine, set the DashboardCreatingEventArgs.Handled property to true. Otherwise, the Create Data Source wizard will be invoked.
Note
If the DashboardDesigner.DashboardCreating event is raised when the DashboardDesigner is started, the Create Data Source wizard is not invoked regardless of the DashboardCreatingEventArgs.Handled property.
See Also