wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-139d304f.md
Gets or sets whether an associated key shortcut is visible for the current item link (if it is displayed in a menu). This is a dependency property.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public bool? ShowKeyGesture { get; set; }
Public Property ShowKeyGesture As Boolean?
| Type | Description |
|---|---|
| Nullable<Boolean> |
A Nullable<T><Boolean,> value specifying whether the key shortcut is displayed for the current bar item link.
|
The ShowKeyGesture property specifies whether an associated key shortcut (BarItem.KeyGesture) is visible for the current item link (if it is displayed in a menu). If this property is set to null ( Nothing in VB), the shortcut visibility depends on the BarItem.ShowKeyGesture property value. See BarItem.ShowKeyGesture for more details.
See Also