RibbonPage.Collection Property
In This Article
Gets the collection of pages that contains the current RibbonPage object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual RibbonPageCollection Collection { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also