Back to Devexpress

RibbonPageCollection Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-6e615e33.md

latest2.7 KB
Original Source

RibbonPageCollection Class

Represents a collection of pages within the RibbonControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public class RibbonPageCollection :
    CollectionBase,
    IList,
    ICollection,
    IEnumerable,
    IEnumerable<RibbonPage>
vb
<ListBindable(False)>
Public Class RibbonPageCollection
    Inherits CollectionBase
    Implements IList,
               ICollection,
               IEnumerable,
               IEnumerable(Of 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

RibbonPageCollection Members

RibbonControl.Pages

RibbonPageCategory.Pages

DevExpress.XtraBars.Ribbon Namespace