Back to Devexpress

ComboBoxItemCollection.EndUpdate() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-comboboxitemcollection-d24ba9d7.md

latest1.3 KB
Original Source

ComboBoxItemCollection.EndUpdate() Method

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void EndUpdate()
vb
Public Overridable Sub

Remarks

See ComboBoxItemCollection.BeginUpdate to learn more.

See Also

BeginUpdate()

ComboBoxItemCollection Class

ComboBoxItemCollection Members

DevExpress.XtraEditors.Controls Namespace