RibbonGalleryDropDownItem.GetAllItems() Method
Returns a list of all items displayed in a gallery drop-down 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 drop-down item. |
Remarks
Items in a gallery drop-down item are divided into groups. Use the GetAllItems method to get all items from all groups contained in the gallery bar.
See Also