Dashboard.EndUpdateLayout() Method
Obsolete. Unlocks the Dashboard object after a call to the Dashboard.BeginUpdateLayout method and causes an immediate layout update.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Obsolete("The EndUpdateLayout method is obsolete now. Use the EndUpdate method instead.")]
public void EndUpdateLayout()
<Obsolete("The EndUpdateLayout method is obsolete now. Use the EndUpdate method instead.")>
Public Sub
See Also
Feedback