Back to Devexpress

RibbonMiniToolbar.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbar-ef3700a4.md

latest1.6 KB
Original Source

RibbonMiniToolbar.Ribbon Property

Gets a Ribbon Control that owns the toolbar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Ribbon")]
public RibbonControl Ribbon { get; }
vb
<DXCategory("Ribbon")>
Public ReadOnly Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

A RibbonControl object that owns the toolbar.

|

Remarks

When you create a toolbar, you need to add it to the RibbonControl.MiniToolbars collection. A Ribbon Control that owns the toolbar will be assigned automatically to the Ribbon property.

See Also

MiniToolbars

RibbonControl

RibbonMiniToolbar Class

RibbonMiniToolbar Members

DevExpress.XtraBars.Ribbon Namespace