Skip to main content
A newer version of this page is available. .

How to add items to the Quick Access Toolbar

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:

RibbonControl_Ex

View Example

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