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.2.dll
Declaration
Returns
Type | Description |
---|---|
List<GalleryItem> | A list of gallery items that belong to the current gallery. |
See Also