Skip to main content

RibbonControl.Toolbar Property

Gets a Ribbon Quick Access Toolbar assigned to this RibbonControl.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

[Browsable(false)]
public RibbonQuickAccessToolbar Toolbar { get; }

Property Value

Type Description
DevExpress.Xpf.Ribbon.RibbonQuickAccessToolbar

A Ribbon Quick Access Toolbar assigned to this RibbonControl.

Remarks

See the Ribbon Quick Access Toolbar to learn more.

See Also