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

CustomHeaderButtonCollection.EndUpdate() Method

Unlocks the CustomHeaderButtonCollection and redraws its buttons to reflect all modifications that have been made while the collection was locked. To lock a collection and prevent its buttons from excessive redraws, call the CustomHeaderButtonCollection.BeginUpdate method.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public virtual void EndUpdate()
See Also