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

RibbonQuickAccessToolbar.Ribbon Property

Gets the Ribbon Control that owns the current RibbonQuickAccessToolbar instance.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

A RibbonControl object that owns the current RibbonQuickAccessToolbar instance.

See Also