Back to Devexpress

DashboardControl.GetDashboardLayout() Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-afb99a99.md

latest1.3 KB
Original Source

DashboardControl.GetDashboardLayout() Method

Saves dashboard layout to a string.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public string GetDashboardLayout()
vb
Public Function GetDashboardLayout As String

Returns

TypeDescription
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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace