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

DashboardControl.SaveDashboardLayout(String) Method

Saves a dashboard layout to an XML file.

Namespace: DevExpress.DashboardWpf

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

Declaration

public void SaveDashboardLayout(
    string filePath
)

Parameters

Name Type
filePath String

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