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

DashboardOpeningEventArgs.Dashboard Property

Gets or sets the dashboard that will be opened.

Namespace: DevExpress.DashboardWin

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

Declaration

public Dashboard Dashboard { get; set; }

Property Value

Type Description
Dashboard

A Dashboard object that should be opened by the DashboardDesigner.

Remarks

After custom actions required to obtain the dashboard are completed, assign this dashboard to the Dashboard property.

After this, set the DashboardOpeningEventArgs.Handled property to true. Otherwise, the default actions will be performed (the Open File dialog will be invoked and the dashboard selected by the end-user will be opened).

See Also