Skip to main content
A newer version of this page is available. .
Bar

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

Declaration

public bool? ShowKeyGesture { get; set; }

Property Value

Type Description
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