Back to Devexpress

RibbonGalleryGroup Class

aspnet-devexpress-dot-web-3caf1258.md

latest2.9 KB
Original Source

RibbonGalleryGroup Class

An individual gallery group 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 RibbonGalleryGroup :
    CollectionItem
vb
Public Class RibbonGalleryGroup
    Inherits CollectionItem

The following members return RibbonGalleryGroup objects:

Remarks

A gallery bar and drop-down gallery items maintain collections of groups and items. Groups are represented by instances of the RibbonGalleryGroup class which can be accessed using the RibbonGalleryBarItem.Groups/RibbonGalleryDropDownItem.Groups property. These properties return the RibbonGalleryGroupCollection collection which allows you to add, delete and move groups. To get access to the items the group contains, use the RibbonGalleryGroup.Items property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonGalleryGroup BootstrapRibbonGalleryGroup

See Also

RibbonGalleryGroup Members

Ribbon Gallery Items

Ribbon

Online Demo: Ribbon - Galleries

DevExpress.Web Namespace