Skip to main content

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

public void LoadDashboard(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream object that contains the dashboard.

See Also