Dashboard.BeginUpdateLayout() Method
OBSOLETE
The Begin
Locks the Dashboard object by preventing layout updates until the Dashboard.EndUpdateLayout method is called.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Obsolete("The BeginUpdateLayout method is obsolete now. Use the BeginUpdate method instead.")]
public void BeginUpdateLayout()
See Also