InRibbonGallery.GetRibbon() Method
Gets a RibbonControl that owns the current InRibbonGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonControl GetRibbon()
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetRibbon As RibbonControl
Returns
Type | Description |
---|---|
RibbonControl | A RibbonControl that owns the current InRibbonGallery. |
See Also
Feedback