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

RibbonPageCategoryCollection.Ribbon Property

Gets the RibbonControl which owns the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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