Back to Devexpress

RadialMenu.AutoExpand Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-a97878db.md

latest1.7 KB
Original Source

RadialMenu.AutoExpand Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AutoExpand { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property AutoExpand As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ShowPopup

Expand()

Collapse

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace