New to Telerik UI for WPF? Start a free 30-day trial
Separator Items
Updated over 6 months ago
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>
