Skip to main content

DashboardViewer.LayoutChanged Event

Occurs after the dashboard layout is changed.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public event EventHandler LayoutChanged

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