DashboardControl.Dashboard Property
Gets or sets the opened dashboard.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v25.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
Property Value
| Type | Description |
|---|---|
| Dashboard | A Dashboard object that is the opened dashboard. |
Remarks
You can open a dashboard in one of the following ways:
- Create and assign the Dashboard class instance to the Dashboard property. Note that in this case, you need to dispose the dashboard instance to avoid a memory leak.
- Specify the dashboard using the DashboardControl.DashboardSource property.
- Use the DashboardControl.LoadDashboard method to open a dashboard from a file or stream.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Dashboard property.
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.
Implements
See Also