windowsforms-devexpress-dot-xtrabars-dot-ribbon-6e615e33.md
Represents a collection of pages within the RibbonControl.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class RibbonPageCollection :
CollectionBase,
IList,
ICollection,
IEnumerable,
IEnumerable<RibbonPage>
<ListBindable(False)>
Public Class RibbonPageCollection
Inherits CollectionBase
Implements IList,
ICollection,
IEnumerable,
IEnumerable(Of RibbonPage)
The following members return RibbonPageCollection objects:
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.
Object CollectionBase RibbonPageCollection
See Also