Skip to main content

RadialMenu.CollapseOnOuterMouseClick Property

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool CollapseOnOuterMouseClick { get; set; }

Property Value

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.

Remarks

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