Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void BeginUpdate()
See Also