Skip to main content

RibbonMiniToolbar.Ribbon Property

Gets a Ribbon Control that owns the toolbar.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Ribbon")]
public RibbonControl Ribbon { get; }

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