Skip to main content
All docs
V25.1
  • IDashboardControl.SaveDashboardLayout(String) Method

    Saves a dashboard layout to a separate XML file.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.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