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

BarItemLink.ShortCutDisplayText Property

Returns the string representation of the shortcut assigned to this link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public string ShortCutDisplayText { get; }

#Property Value

Type Description
String

The textual representation of the link’s shortcut.

#Remarks

Shortcuts can be assigned to links via the BarItem.ItemShortcut property of associated items. You can use the ShortCutDisplayText property to display the information about the assigned shortcut to end-users. This property is also used internally to display assigned shortcuts in link hints. The following condition must be met to display such tool tips:

You can use the ShortCutDisplayText property to display shortcut information for links associated with items whose BarItem.Hint property value is an empty string.

See Also