Back to Devexpress

PopupMenu.ShowKeyGestures Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupmenu-7e51ecf5.md

latest1.7 KB
Original Source

PopupMenu.ShowKeyGestures Property

Gets or sets whether key shortcuts are visible for BarItemLinks in the current PopupMenu.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowKeyGestures { get; set; }
vb
Public Property ShowKeyGestures As Boolean

Property Value

TypeDescription
Boolean

true, if the item links are displayed with their key shortcuts; otherwise, false.

|

Remarks

The ShowKeyGestures property overrides the settings specified by the BarItem.ShowKeyGesture property. See the BarItem.ShowKeyGesture property for more details.

See Also

ShowKeyGesture

KeyGesture

ShowShortcutInScreenTips

Items and Links

PopupMenu Class

PopupMenu Members

DevExpress.Xpf.Bars Namespace