Skip to main content

RadialMenu.AutoExpand Property

Gets or sets whether the menu is automatically expanded when invoked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AutoExpand { get; set; }

Property Value

Type Default Description
Boolean false

true if the menu is automatically expanded when invoked; otherwise, false.

Remarks

When invoked (see RadialMenu.ShowPopup), the menu is collapsed (rendered as a round button while its items are hidden) by default. Set the AutoExpand property to true to automatically expand the menu.

See Also