RibbonPageCollection Class
Represents a collection of pages within the RibbonControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[ListBindable(false)]
public class RibbonPageCollection :
CollectionBase,
IList,
ICollection,
IEnumerable,
IEnumerable<RibbonPage>
Related API Members
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