Skip to main content

Dashboard.BeginUpdateLayout() Method

OBSOLETE

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

Locks the Dashboard object by preventing layout updates until the Dashboard.EndUpdateLayout method is called.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.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