Articles in this section
Category / Section

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

1 min read

SfRadialMenu can be closed after clicking the menu item by setting the property

CloseOnExcute as true. The same has been explained below.

 

<navigation:SfRadialMenu RadiusX="150" RadiusY="150">
  <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