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

CustomHeaderButtonCollection.BeginUpdate() Method

Locks this CustomHeaderButtonCollection and prevents any visual updates for buttons in this collection. Call the CustomHeaderButtonCollection.EndUpdate method to unlock the collection and redraw its buttons.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual void BeginUpdate()
See Also