New to Telerik UI for WPF? Start a free 30-day trial
Separator Items
Updated on Sep 15, 2025
To show separators between the menu items, you can use the RadMenuSeparatorItem element. Its orientation can be horizontal and vertical and it is automatically set depending on the menu orientation.
XAML
<telerik:RadMenu>
<!-- other items here -->
<telerik:RadMenuSeparatorItem />
<!-- other items here -->
</telerik:RadMenu>
