RibbonMiniToolbarCollection.Ribbon Property
In This Article
Gets the RibbonControl that owns the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public RibbonControl Ribbon { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
The Ribbon |
#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