Skip to main content
A newer version of this page is available. .

DashboardControl.GetDashboardLayout() Method

Saves dashboard layout to a string.

Namespace: DevExpress.DashboardWpf

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

Declaration

public string GetDashboardLayout()

Returns

Type Description
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 may differ from expected.

See Also