RibbonControl.ToolbarShowMode Property
In This Article
Gets or sets where and whether the Ribbon Quick Access Toolbar is displayed. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
[XtraSerializableProperty]
public RibbonQuickAccessToolbarShowMode ToolbarShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
To specify links to be displayed within the Ribbon Quick Access Toolbar, use the RibbonControl.ToolbarItemLinks collection.
See Also