Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonPageCollection Class

Represents a collection of pages within the RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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