Skip to main content
A newer version of this page is available. .

DashboardControl.LoadDashboardLayout(Stream) Method

Loads a dashboard layout from a stream.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public void LoadDashboardLayout(
    Stream stream
)

Parameters

Name Type
stream Stream

Remarks

Note that the SaveDashboardLayout / LoadDashboardLayout methods are designed to operate with the same dashboard. If a dashboard is changed, the resulting layout may differ from expected.

See Also