Skip to main content

BaseGallery.DestroyItems() Method

Destroys gallery items that belong to the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.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