Back to Devexpress

RibbonMiniToolbarCollection.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbarcollection.md

latest1.5 KB
Original Source

RibbonMiniToolbarCollection.Ribbon Property

Gets the RibbonControl that owns the current collection.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RibbonControl Ribbon { get; }
vb
Public ReadOnly Property Ribbon As RibbonControl

Property Value

TypeDescription
RibbonControl

The RibbonControl that owns the current collection.

|

Remarks

Use the Ribbon property to access the Ribbon that owns the current collection. When you create the collection, a Ribbon Control that owns the toolbar will be set automatically.

See Also

RibbonMiniToolbarCollection Class

RibbonMiniToolbarCollection Members

DevExpress.XtraBars.Ribbon Namespace