RibbonGalleryGroup.Items Property
In This Article
Provides access to the ribbon gallery group’s item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonGalleryItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#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.
See Also