Back to Devexpress

DashboardOpeningEventArgs.Dashboard Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardopeningeventargs-fc9f81d6.md

latest1.7 KB
Original Source

DashboardOpeningEventArgs.Dashboard Property

Gets or sets the dashboard that will be opened.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Property Value

TypeDescription
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

Handled

DashboardOpeningEventArgs Class

DashboardOpeningEventArgs Members

DevExpress.DashboardWin Namespace