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.v26.1.dll
Declaration
Remarks
See ComboBoxItemCollection.BeginUpdate to learn more.
See Also