windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-79a2a655.md
Gets or sets whether the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool CollapseOnOuterMouseClick { get; set; }
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property CollapseOnOuterMouseClick As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu; otherwise, false.
|
The CollapseOnOuterMouseClick property specifies whether a RadialMenu will collapse to its central circle button when an end-user clicks anywhere outside the RadialMenu‘s area. You can also use the RadialMenu.CloseOnOuterMouseClick property to specify whether a RadialMenu should be completely closed, not just collapsed.
See Also