Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate()
See Also