windowsforms-devexpress-dot-xtrabars-dot-baritemlink-685e9bab.md
Returns the string representation of the shortcut assigned to this link.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public string ShortCutDisplayText { get; }
<Browsable(False)>
Public ReadOnly Property ShortCutDisplayText As String
| Type | Description |
|---|---|
| String |
The textual representation of the link’s shortcut.
|
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