Skip to main content

GalleryItemGroup.Dispose() Method

Releases all resources used by the GalleryItemGroup object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Dispose()

Remarks

This method clears all items in the GalleryItemGroup.Items collection and also removes the current object from its owner.

See Also