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

DashboardControl.SaveDashboardLayout(Stream) Method

Saves a dashboard layout to a stream.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v19.1.Wpf.dll

Declaration

public void SaveDashboardLayout(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that contains the dashboard layout.

Remarks

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

See Also