Back to Devexpress

DashboardControl.SetDashboardLayout(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-setdashboardlayout-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

DashboardControl.SetDashboardLayout(String) Method

Applies dashboard layout contained in a string.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void SetDashboardLayout(
    string layout
)
vb
Public Sub SetDashboardLayout(
    layout As String
)

Parameters

NameTypeDescription
layoutString

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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace