Back to Devexpress

BaseListBoxControl.CancelUpdate() Method

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-e61d6bf1.md

latest1.3 KB
Original Source

BaseListBoxControl.CancelUpdate() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void CancelUpdate()
vb
Public Overridable Sub CancelUpdate

Remarks

See BaseListBoxControl.BeginUpdate for more information.

See Also

BeginUpdate()

EndUpdate()

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace