Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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