RibbonPage.Ribbon Property
Returns the RibbonControl which owns the current page.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
public override RibbonControl Ribbon { get; }
<Browsable(False)>
Public Overrides ReadOnly Property Ribbon As RibbonControl
Property Value
Type | Description |
---|---|
RibbonControl | A RibbonControl which owns the current page. |
See Also
Feedback