DashboardCreatingEventArgs.Handled Property
Gets or sets whether the dashboard has been initialized.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.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 Dashboard
To access and customize the created dashboard, use the DashboardCreatingEventArgs.Dashboard property.