Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied