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

RibbonPage.Ribbon Property

Returns the RibbonControl which owns the current page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

A RibbonControl which owns the current page.

See Also