InRibbonGallery.GetRibbon() Method
Gets a RibbonControl that owns the current InRibbonGallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonControl GetRibbon()
Returns
Type | Description |
---|---|
RibbonControl | A RibbonControl that owns the current InRibbonGallery. |
See Also