RibbonMiniToolbar.Ribbon Property
In This Article
Gets a Ribbon Control that owns the toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Ribbon")]
public RibbonControl Ribbon { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#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