aspnet-devexpress-dot-web-2fe3e30e.md
A collection of groups in the RibbonGalleryBarItem or RibbonGalleryDropDownItem objects.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class RibbonGalleryGroupCollection :
Collection<RibbonGalleryGroup>
Public Class RibbonGalleryGroupCollection
Inherits Collection(Of RibbonGalleryGroup)
The following members return RibbonGalleryGroupCollection objects:
The ribbon items of the RibbonGalleryBarItem and RibbonGalleryDropDownItem types holds its groups in a collection represented by an instance of the RibbonGalleryGroupCollection class and can be accessed using the RibbonGalleryBarItem.Groups or RibbonGalleryDropDownItem.Groups property. The properties and methods exposed by the RibbonGalleryGroupCollection class can be used to perform common collection operations, such as adding new or deleting existing groups. Each item of the collection is represented by a RibbonGalleryGroup object. Individual groups can be accessed using indexer notation.
DevExpress.Utils.IAssignableCollection
ICollection<RibbonGalleryGroup>
IEnumerable<RibbonGalleryGroup>
Object StateManagedCollectionBase Collection Collection<RibbonGalleryGroup> RibbonGalleryGroupCollection
See Also
RibbonGalleryGroupCollection Members