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.v24.1.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