Back to Devexpress

DashboardCreatingEventArgs.Dashboard Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardcreatingeventargs.md

latest2.0 KB
Original Source

DashboardCreatingEventArgs.Dashboard Property

Gets the created dashboard.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public Dashboard Dashboard { get; }
vb
Public ReadOnly Property Dashboard As Dashboard

Property Value

TypeDescription
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

Handled

DashboardCreatingEventArgs Class

DashboardCreatingEventArgs Members

DevExpress.DashboardWin Namespace