Skip to main content

Dashboard.EndUpdateLayout() Method

OBSOLETE

The EndUpdate()Layout method is obsolete now. Use the EndUpdate() method instead.

Unlocks the Dashboard object after a call to the Dashboard.BeginUpdateLayout method and causes an immediate layout update.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Obsolete("The EndUpdateLayout method is obsolete now. Use the EndUpdate method instead.")]
public void EndUpdateLayout()
See Also