Skip to main content

ListBoxItemCollection.EndUpdate() Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See ListBoxItemCollection.BeginUpdate to learn more.

See Also