DashboardControl.LoadDashboard(Stream) Method
In This Article
Loads a dashboard from a stream.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object that contains the dashboard. |
See Also