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

BarItem.ShortcutKeyDisplayString Property

Gets or sets a custom display string for the shortcut assigned to the item via the BarItem.ItemShortcut property.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
[DXCategory("Behavior")]
public virtual string ShortcutKeyDisplayString { get; set; }

#Property Value

Type Default Description
String String.Empty

A string that specifies a custom display string for the item’s shortcut.

#Remarks

The BarItem.ItemShortcut property allows you to assign a shortcut to the item. To provide a custom display string for the shortcut, use the ShortcutKeyDisplayString property.

Item shortcuts are displayed for items when an item is displayed within a popup menu or sub-menu, and the menu’s MenuDrawMode property is set to SmallImagesText.

The ShortcutKeyDisplayString property is synchronized with the BarShortcut.DisplayString property of the BarItemLink.ItemShortcut object.

See Also