windowsforms-devexpress-dot-xtrabars-dot-ribbon-7d92a587.md
Represents a page group collection for Ribbon pages.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class RibbonPageGroupCollection :
CollectionBase,
IList,
ICollection,
IEnumerable,
IEnumerable<RibbonPageGroup>
<ListBindable(False)>
Public Class RibbonPageGroupCollection
Inherits CollectionBase
Implements IList,
ICollection,
IEnumerable,
IEnumerable(Of RibbonPageGroup)
The following members return RibbonPageGroupCollection objects:
Use the RibbonPage.Groups property to access this collection (add, remove or access individual groups). A group is represented by the RibbonPageGroup class.
For more information, see Ribbon Page Group.
Object CollectionBase RibbonPageGroupCollection
See Also