Skip to main content
A newer version of this page is available. .

RibbonMiniToolbar.Ribbon Property

Gets a Ribbon Control that owns the toolbar.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

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