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

DashboardControl.LoadDashboardLayout(String) Method

Loads a dashboard layout from an XML file.

Namespace: DevExpress.DashboardWpf

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

Declaration

public void LoadDashboardLayout(
    string filePath
)

Parameters

Name Type Description
filePath String

A String value that specifies the path to an XML file 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