Completed
Last Updated: 09 Jun 2015 05:11 by ADMIN
JeffSM
Created on: 26 Aug 2014 20:55
Category:
Type: Feature Request
0
ADD. RadMenu - RadMenuSeparatorItem - add Text support in the item
Add text to separator items
1 comment
ADMIN
Ralitsa
Posted on: 09 Jun 2015 05:11
In Q2 2015 we will introduce a new property TextVisibility which controls the visibility of text of RadMenuSeparatorItem. Here is a sample code how to set it: 
RadMenuSeparatorItem separatorItem1 = new RadMenuSeparatorItem() { Text = "Separator", TextVisibility = Telerik.WinControls.ElementVisibility.Visible };
menuItem.Items.Add(separatorItem1);