Back to Devexpress

BarItemLinkBase.ShowKeyGesture Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-139d304f.md

latest2.2 KB
Original Source

BarItemLinkBase.ShowKeyGesture Property

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

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

A Nullable<T><Boolean,> value specifying whether the key shortcut is displayed for the current bar item link.

|

Remarks

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

ShowKeyGesture

KeyGesture

KeyGestureText

ShowShortcutInScreenTips

Items and Links

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace