RibbonPage.Ribbon Property
In This Article
Returns the RibbonControl which owns the current page.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public override RibbonControl Ribbon { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
See Also