Back to Devexpress

RibbonPageCategoryCollection.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategorycollection.md

latest1.6 KB
Original Source

RibbonPageCategoryCollection.Ribbon Property

Gets the RibbonControl which owns the current collection.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RibbonControl Ribbon { get; }
vb
Public ReadOnly Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

The RibbonControl which owns the current collection.

|

Remarks

Use the RibbonControl.PageCategories property to access the Ribbon page categories displayed by the RibbonControl.

See Also

PageCategories

RibbonPageCategoryCollection Class

RibbonPageCategoryCollection Members

DevExpress.XtraBars.Ribbon Namespace