Skip to main content

RibbonPageGroupCollection Class

Represents a page group collection for Ribbon pages.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[ListBindable(false)]
public class RibbonPageGroupCollection :
    CollectionBase,
    IList,
    ICollection,
    IEnumerable,
    IEnumerable<RibbonPageGroup>

The following members return RibbonPageGroupCollection objects:

Remarks

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.

Inheritance

Object
CollectionBase
RibbonPageGroupCollection
See Also