Back to Devexpress

RibbonPage.Collection Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpage-7ebb55c2.md

latest1.5 KB
Original Source

RibbonPage.Collection Property

Gets the collection of pages that contains the current RibbonPage object.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual RibbonPageCollection Collection { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Collection As RibbonPageCollection

Property Value

TypeDescription
RibbonPageCollection

A RibbonPageCollection object that contains the current RibbonPage object.

|

See Also

RibbonControl.Pages

RibbonPageCategory.Pages

RibbonPage Class

RibbonPage Members

DevExpress.XtraBars.Ribbon Namespace