Back to Devexpress

BarManager.IsMenuMode Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-f5979015.md

latest1.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsMenuMode { get; }
vb
Public ReadOnly Property IsMenuMode As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace