Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void CancelUpdate()

Remarks

See BaseListBoxControl.BeginUpdate for more information.

See Also