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.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
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