Skip to main content
Tab

RibbonGalleryGroup.Items Property

Provides access to the ribbon gallery group’s item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGalleryItemCollection Items { get; }

Property Value

Type Description
RibbonGalleryItemCollection

A RibbonGalleryItemCollection object that is a collection of gallery items.

Remarks

The Items property provides access to a collection that contains all the items of the current group. This collection provides standard means to manipulate (add or remove) items within a group. A particular item can be accessed using index notation.

To obtain a collection that holds all the items of the gallery bar item or gallery drop-down item, use the RibbonGalleryBarItem.GetAllItems or RibbonGalleryDropDownItem.GetAllItems method respectively.

ASPxRibbon_GalleryItemAndGroup

See Also