The Automatic Collapsing feature provides users a way to collapse or close the C1RadialMenu control from its opened state. The only way available with the users to close the radial menu is by clicking the Navigation Button. However, the automatic collapsing feature enables users in closing a radial menu by clicking anywhere outside the control's boundaries.
The AutoCollapse property of the C1RadialMenu class enables automatic collapsing of the radial menu control. You can set the AutoCollapse property True, which allows users to close a radial menu by clicking anywhere outside the control's boundaries. To disable this behavior, you can set the AutoCollapse property False. By default, the AutoCollapse property is set True.
After you run the project, right-click the page to view the C1RadialMenu control. With the radial menu open, click anywhere outside the menu and observe that the radial menu control closes.
The C1RadialMenu also provides automatic collapsing on clicking the child radial menu items having no item in it. To enable this behavior, you need to set the CollapseOnClick property True.