DashboardCreatingEventArgs.Dashboard Property
In This Article
Gets the created dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.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 Dashboard
See Also