Back to Devexpress

RibbonControl.Toolbar Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-79a36b22.md

latest1.7 KB
Original Source

RibbonControl.Toolbar Property

Gets a Ribbon Quick Access Toolbar assigned to this RibbonControl.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public RibbonQuickAccessToolbar Toolbar { get; }
vb
<Browsable(False)>
Public ReadOnly Property Toolbar As RibbonQuickAccessToolbar

Property Value

TypeDescription
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

Ribbon Quick Access Toolbar

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace