Skip to main content
A newer version of this page is available. .

BaseListBoxControl.EndUpdate() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate()

Remarks

See BaseListBoxControl.BeginUpdate for more information.

See Also