Skip to main content

RibbonPageCategoryCollection.Ribbon Property

Gets the RibbonControl which owns the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonControl Ribbon { get; }

Property Value

Type Description
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