DashboardCreatingEventArgs.Handled Property
Gets or sets whether the dashboard has been initialized.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the dashboard has been initialized and no default processing is needed; otherwise, false. |
Remarks
Set the Handled property to true to suppress the default dashboard creation routine. 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 Handled property.
To access and customize the created dashboard, use the DashboardCreatingEventArgs.Dashboard property.