Skip to main content
A newer version of this page is available. .
Tab

RibbonGalleryDropDownItem.GetAllItems() Method

Returns a list of all items displayed in a gallery drop-down item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public List<RibbonGalleryItem> GetAllItems()

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