Skip to main content
A newer version of this page is available. .

RibbonPage.Collection Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public virtual RibbonPageCollection Collection { get; }

Property Value

Type Description
RibbonPageCollection

A RibbonPageCollection object that contains the current RibbonPage object.

See Also