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

BaseGallery.DestroyItems() Method

Destroys gallery items that belong to the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void DestroyItems()

Remarks

This method disposes the images assigned to the gallery items and then clears the gallery item collection.

See Also