aspnet-devexpress-dot-web-bb15f040.md
A collection of gallery items in a gallery group.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonGalleryItemCollection :
Collection<RibbonGalleryItem>
Public Class RibbonGalleryItemCollection
Inherits Collection(Of RibbonGalleryItem)
The following members return RibbonGalleryItemCollection objects:
Each gallery group (RibbonGalleryGroup) in the RibbonGalleryBarItem or RibbonGalleryDropDownItem objects holds its items in a collection represented by an instance of the RibbonGalleryItemCollection class and can be accessed using the RibbonGalleryGroup.Items property. The properties and methods exposed by the RibbonGalleryItemCollection class can be used to perform common collection operations, such as adding new or deleting the existing group items. Each item of the collection is represented by a RibbonGalleryItem object. Individual items can be accessed using indexer notation.
DevExpress.Utils.IAssignableCollection
ICollection<RibbonGalleryItem>
IEnumerable<RibbonGalleryItem>
Object StateManagedCollectionBase Collection Collection<RibbonGalleryItem> RibbonGalleryItemCollection
See Also
RibbonGalleryItemCollection Members