Back to Devexpress

RibbonControl.Toolbar Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-c7568f6f.md

latest1.7 KB
Original Source

RibbonControl.Toolbar Property

Provides access to the Quick Access Toolbar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
RibbonQuickAccessToolbar

A RibbonQuickAccessToolbar object that represents the Ribbon Control’s Quick Access Toolbar.

|

Remarks

For more information, see Quick Access Toolbar.

See Also

ToolbarLocation

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace