RibbonGalleryItem Class
A gallery item that can be displayed in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
The RibbonGalleryItem object is a ribbon gallery item. You can specify an item image (RibbonGalleryItem.Image) and text (ListEditItemBase.Text).
When the RibbonGalleryItem button is clicked, the client-side ASPxClientRibbon.CommandExecuted event is raised. You can use the RibbonItemEventArgs.Item parameter to determine the clicked item.
To learn more about ribbon item types, see the Item Types and Ribbon Gallery Items topics.
Inheritance
Object
StateManager
CollectionItem
RibbonGalleryItem
See Also