Loads a dashboard layout from a stream.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
public void LoadDashboardLayout(
Stream stream
)
Public Sub LoadDashboardLayout(
stream As Stream
)
Type | Name | Description |
---|---|---|
Stream | stream |
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.