Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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