Skip to main content
A newer version of this page is available. .

RibbonPageGroupCollection Class

Represents a page group collection for Ribbon pages.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

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

The following members accept/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