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

RibbonMiniToolbarCollection.Ribbon Property

Gets the RibbonControl that owns the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonControl Ribbon { get; }

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