Skip to main content

DashboardControl.SetDashboardLayout(String) Method

Applies dashboard layout contained in a string.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public void SetDashboardLayout(
    string layout
)

Parameters

Name Type Description
layout String

A String that is the dashboard layout representation.

Remarks

Note that the SetDashboardLayout / GetDashboardLayout methods are designed to operate with the same dashboard. If a dashboard is changed, the resulting layout can differ from expected.

See Also