RibbonGalleryBarItem.GetAllItems() Method
In This Article
Returns a list of all items displayed in a gallery bar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public List<RibbonGalleryItem> GetAllItems()
#Returns
Type | Description |
---|---|
List<Ribbon |
The collection of Ribbon |
#Remarks
Items in a gallery bar item are divided into groups. Use the GetAllItems method to get all items from all groups contained in the gallery bar.
See Also