New to Telerik UI for WPFStart 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> 

WPF RadMenu Separator Item

See Also

In this article
See Also
Not finding the help you need?
Contact Support