Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
622
Add a seperator to the menu item...
posted

Hi All,

Am using the code below to create a menu item.. Am able to see the menu items in the menu when executed. But the problem I am facing is that the seperator is not displayed.

<Items>

<ignav:Item Text="Insert Row" AccessKey="InsertRow"></ignav:Item>

<ignav:Item Text="Insert 10 Rows" AccessKey="InsertRow10"></ignav:Item>

<ignav:Item Separator="True" Text="" >

<Styles BorderColor="Black" BorderStyle="Solid">

</Styles>

</ignav:Item>

<ignav:Item Text="Delete Row(s)" AccessKey="DeleteRow"> </ignav:Item>

<ignav:Item Separator="True"> </ignav:Item></Items>


Please let me know how to set the separator.

Regards,

Abhi

Parents
No Data
Reply Children
No Data