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

BaseGallery.CancelUpdate() Method

Unlocks the BaseGallery object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void CancelUpdate()

Remarks

See BaseGallery.BeginUpdate to learn more.

See Also