Articles in this section

How to close the Radial menu on clicking a menu item in WinRT ?

You can close the SfRadialMenu after clicking the menu item as follows:

Setting CloseOnExecute

Set the property CloseOnExecute=”true” for SfRadialMenuItem, so that RadialMenu closes after you click on the menu item.

MainWindow.xaml

<navigation:SfRadialMenu x:Name="radialMenu">
     <navigation:SfRadialMenuItem Header="Cut”  CloseOnExecute="true” />         
     <navigation:SfRadialMenuItem Header="Copy” CloseOnExecute ="true”/>
     <navigation:SfRadialMenuItem Header="Paste” CloseOnExecute ="true”/><navigation:SfRadialMenu/>

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied