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

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

Declaration

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