Skip to main content

BaseGallery.DestroyItems() Method

Destroys gallery items that belong to the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void DestroyItems()

Remarks

The DestroyItems method does not dispose of assigned image objects. You need to dispose of image objects manually.

See Also