Skip to main content
A newer version of this page is available. .

RadialMenu.AutoExpand Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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