Skip to main content

DashboardViewer.LayoutChanged Event

Occurs after the dashboard layout is changed.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

#Event Data

The LayoutChanged event's data class is EventArgs.

#Remarks

The DashboardViewer.SaveDashboardLayout and DashboardViewer.LoadDashboardLayout methods allow you to save or load the dashboard layout.

#Implements

See Also