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

DashboardCreatingEventArgs.Handled Property

Gets or sets whether the dashboard has been initialized.

Namespace: DevExpress.DashboardWin

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

Declaration

public bool Handled { get; set; }

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.

See Also