DashboardOpeningEventArgs.Dashboard Property
Gets or sets the dashboard that will be opened.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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