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

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.v19.1.dll

Declaration

public class RibbonGalleryItem :
    CollectionItem

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.

ASPxRibbon_GalleryItemAndGroup

To learn more about ribbon item types, see the Item Types and Ribbon Gallery Items topics.

See Also