Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

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