Back to Devexpress

RibbonGalleryItemCollection Class

aspnet-devexpress-dot-web-bb15f040.md

latest3.4 KB
Original Source

RibbonGalleryItemCollection Class

A collection of gallery items in a gallery group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGalleryItemCollection :
    Collection<RibbonGalleryItem>
vb
Public Class RibbonGalleryItemCollection
    Inherits Collection(Of RibbonGalleryItem)

The following members return RibbonGalleryItemCollection objects:

Remarks

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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<RibbonGalleryItem>

ICollection<RibbonGalleryItem>

IEnumerable<RibbonGalleryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonGalleryItem> RibbonGalleryItemCollection

See Also

RibbonGalleryItemCollection Members

Ribbon Gallery Items

Ribbon

Online Demo: Ribbon - Galleries

DevExpress.Web Namespace