Dashboard.EndUpdateLayout() Method
OBSOLETE
The End
Unlocks the Dashboard object after a call to the Dashboard.BeginUpdateLayout method and causes an immediate layout update.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Obsolete("The EndUpdateLayout method is obsolete now. Use the EndUpdate method instead.")]
public void EndUpdateLayout()
See Also