Skip to main content

RibbonControl.ToolbarShowMode Property

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
RibbonQuickAccessToolbarShowMode

A RibbonQuickAccessToolbarShowMode value that specifies the Toolbar's display mode

#Remarks

To specify links to be displayed within the Ribbon Quick Access Toolbar, use the RibbonControl.ToolbarItemLinks collection.

See Also