Back to Devexpress

BarItemLink.ShortCutDisplayText Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-685e9bab.md

latest2.5 KB
Original Source

BarItemLink.ShortCutDisplayText Property

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

Declaration

csharp
[Browsable(false)]
public string ShortCutDisplayText { get; }
vb
<Browsable(False)>
Public ReadOnly Property ShortCutDisplayText As String

Property Value

TypeDescription
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

ItemShortcut

Hint

ShowScreenTipsInToolbars

ShowShortcutInScreenTips

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace