Back to Devexpress

BarItemLink.ItemShortcut Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-325be9f8.md

latest1.5 KB
Original Source

BarItemLink.ItemShortcut Property

Gets the key combination used to access this link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
BarShortcut

A BarShortcut object that specifies the key combination used to access this link.

|

Remarks

The ItemShortcut property reads the BarItem.ItemShortcut property value of the associated item in order to return its value.

See Also

ItemShortcut

Accelerator

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace