The Ribbon Configuration Toolbar (RibbonConfigToolBar) allows the user to place commonly-used commands in a toolbar located in the upper-right corner of the Ribbon. Unlike QAT, this toolbar cannot be moved below the Ribbon. The user can observe that it is present at the same level as the Ribbon tabs.
The ribbon control depicted in the image below shows a Configuration Toolbar with Ribbon buttons (Cut, Copy and Paste).
At design time, you can add items or buttons to the Configuration Toolbar with the help of Items property in the Properties Window of C1Ribbon or RibbonConfigToolBar. You can click the ellipsis next to the Items property to view the Collection Editor. To know more about collection editors, refer this topic.
A user can also add items to the Configuration ToolBar through its Ribbon Configuration Floating ToolBar. For more information on floating toolbars, refer this topic.
A user can also add buttons to the Configuration Toolbar programmatically. This is shown in the code below: