BaseGallery.GetAllItems() Method
Returns a list containing all 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
Returns
Type | Description |
---|---|
List<GalleryItem> | A list of gallery items that belong to the current gallery. |
See Also