Skip to main content

GalleryDropDown.EndUpdate() Method

Unlocks the GalleryDropDown object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void EndUpdate()

Remarks

See the GalleryDropDown.BeginUpdate topic for more information.

See Also