RibbonGalleryBarItem.GetAllItems() Method
Returns a list of all items displayed in a gallery bar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
List<RibbonGalleryItem> | The collection of RibbonGalleryItem objects that are items displayed in the gallery bar item. |
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