RibbonMiniToolbarCollection.Ribbon Property
Gets the RibbonControl that owns the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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