Skip to main content
A newer version of this page is available. .

DashboardCreatingEventArgs.Dashboard Property

Gets the created dashboard.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public Dashboard Dashboard { get; }

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