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.CloseOnOuterMouseClick Property

Gets or sets whether the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu‘s area.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
Boolean true

true if the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu‘s area; otherwise, false.

#Remarks

The CloseOnOuterMouseClick property specifies whether a RadialMenu completely closes when an end-user clicks anywhere outside this RadialMenu. You can also use the RadialMenu.CollapseOnOuterMouseClick property to specify whether a RadialMenu should collapse to the central circle button. If the RadialMenu.CollapseOnOuterMouseClick property equals true and the CloseOnOuterMouseClick property equals false, clicking outside a RadialMenu at runtime will cause its collapse, with the central circle button remaining visible.

See Also