The separator item is a horizontal or vertical bar used to provide visual separation between items/commands in a group, toolbar, StatusBar or drop-down menus.
The Ribbon Separator can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the Ribbon Separator using the Ribbon Separator Floating ToolBar or by editing the properties in the Properties Window. For more information about floating toolbars, refer this topic.
This image below shows the floating toolbar of Separator.
A separator can also be added to the C1Ribbon control through code using the RibbonSeparator class. This is depicted in the code snippet below: