RibbonMiniToolbar.Ribbon Property
Gets a Ribbon Control that owns the toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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