Back to Devexpress

RibbonGalleryItem Class

aspnet-devexpress-dot-web-b34f5c03.md

latest2.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGalleryItem :
    CollectionItem
vb
Public Class RibbonGalleryItem
    Inherits 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.

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonGalleryItem BootstrapRibbonGalleryItem

See Also

RibbonGalleryItem Members

Ribbon Gallery Items

Item Types

Ribbon

Online Demo: Ribbon - Galleries

DevExpress.Web Namespace