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

RibbonPageCollection Class

Represents a collection of pages within the RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

The following members return RibbonPageCollection objects:

Remarks

This class represents a collection of Ribbon pages. Use the RibbonControl.Pages property to access regular pages owned by the RibbonControl. To access pages that belong to a specific page category, use the RibbonPageCategory.Pages property.

The methods provided by the RibbonPageCollection class allow you to add, remove, access individual pages, etc.

Inheritance

Object
CollectionBase
RibbonPageCollection
See Also