DashboardControl.Dashboard Property
Gets or sets the opened dashboard.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.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.
Implements
See Also