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

    SECURITY NOTE

    Do not load files obtained from untrusted sources. Such files may pose a security risk. Please review the following article for additional information: Suppress Control Requests to Download Data from External URLs

    Loads a dashboard layout from an XML file.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    void LoadDashboardLayout(
        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