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

RibbonControl.Toolbar Property

Gets a Ribbon Quick Access Toolbar assigned to this RibbonControl.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

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