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

RibbonStatusBar.BeginUpdate() Method

Locks the RibbonStatusBar object by preventing visual updates of the object and its elements until the EndUpdate method is called.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void BeginUpdate()

Remarks

Refer to the Batch Modifications topic, for information on batch modifications.

See Also