Back to Devexpress

RibbonPage.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpage-9aca9de6.md

latest1.2 KB
Original Source

RibbonPage.Ribbon Property

Returns the RibbonControl which owns the current page.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override RibbonControl Ribbon { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

A RibbonControl which owns the current page.

|

See Also

RibbonPage Class

RibbonPage Members

DevExpress.XtraBars.Ribbon Namespace