DashboardOpeningEventArgs Class
Provides data for the DashboardDesigner.DashboardOpening event.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v21.2.Win.dll
Declaration
Remarks
The DashboardDesigner.DashboardOpening event is raised when a when an end-user clicks the Open button. Handle this event to override the default Open File dialog and implement custom actions.
Assign the dashboard that should be opened to the event parameter’s DashboardOpeningEventArgs.Dashboard property.
After you have provided the dashboard, set the DashboardOpeningEventArgs.Handled property to true. Otherwise, the default actions will be performed, i.e., the Open File dialog will be invoked and the dashboard selected by the end-user will be opened.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DashboardOpeningEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.