Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Core

#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