Back to Devexpress

BaseComponent.CancelUpdate() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent-b42bb07d.md

latest1.3 KB
Original Source

BaseComponent.CancelUpdate() Method

Unlocks the BaseComponent object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace : DevExpress.XtraBars.Docking2010.Base

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void CancelUpdate()
vb
Public Sub CancelUpdate

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also

BeginUpdate()

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace