Skip to main content

IDashboardControl.SaveDashboardLayout(String) Method

Saves a dashboard layout to a separate XML file.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

void SaveDashboardLayout(
    string filePath
)

Parameters

Name Type Description
filePath String

A String that specifies the path to an XML file that contains the dashboard layout.

See Also