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.v14.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