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

BarManager.IsMenuMode Property

Gets whether the main menu is activated by pressing the ALT key. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool IsMenuMode { get; }

Property Value

Type Description
Boolean

true if the main menu is activated by pressing the ALT key; otherwise, false.

See Also