Back to Devexpress

RibbonGalleryDropDownItem Class

aspnet-devexpress-dot-web-e272ae91.md

latest3.3 KB
Original Source

RibbonGalleryDropDownItem Class

A ribbon item used to display the drop-down gallery functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonGalleryDropDownItem :
    RibbonButtonItem
vb
Public Class RibbonGalleryDropDownItem
    Inherits RibbonButtonItem

Remarks

The RibbonGalleryDropDownItem object is a ribbon item that implements the drop-down gallery functionality.

The RibbonGalleryDropDownItem object provides access to a collection of gallery groups (RibbonGalleryGroup) with the RibbonGalleryDropDownItem.Groups property. A RibbonGalleryGroup object contains a collection of gallery items (RibbonGalleryItem) that can be accessed by the RibbonGalleryGroup.Items property. You can get a list of all gallery items in the RibbonGalleryDropDownItem object using the RibbonGalleryDropDownItem.GetAllItems method.

The properties of the item’s drop-down window can be customized using the RibbonGalleryDropDownItem.PropertiesDropDownGallery property.

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonButtonItem RibbonGalleryDropDownItem BootstrapRibbonGalleryDropDownItem

See Also

RibbonGalleryDropDownItem Members

Ribbon

Item Types

Ribbon Gallery Items

Online Demo: Ribbon - Galleries

DevExpress.Web Namespace