Back to Devexpress

DockManager.EndUpdate() Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-717f31b9.md

latest1.2 KB
Original Source

DockManager.EndUpdate() Method

Unlocks the DockManager object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void EndUpdate()
vb
Public Overridable Sub

Remarks

See DockManager.BeginUpdate to learn more.

See Also

BeginUpdate()

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace