Back to Devexpress

How to add items to the Quick Access Toolbar

wpf-8185-controls-and-libraries-ribbon-bars-and-menu-ribbon-examples-how-to-add-items-to-the-quick-access-toolbar.md

latest707 B
Original Source

How to add items to the Quick Access Toolbar

  • Aug 01, 2019

This example shows how to add items to the Quick Access Toolbar. To add items to this bar, the RibbonControl.ToolbarItemLinks collection is used.

The following image shows the result:

View Example

xaml
<dxr:RibbonControl.ToolbarItemLinks>
    <dxb:BarButtonItemLink BarItemName="bOpen"/>
    <dxb:BarButtonItemLink BarItemName="bSave"/>
</dxr:RibbonControl.ToolbarItemLinks>