Back to Devexpress

BarItem.ShortCut Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-0e35b9dd.md

latest1.5 KB
Original Source

BarItem.ShortCut Property

OBSOLETE

You should use the ItemShortcut property

Specifies the shortcut key combination for the current item.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(Shortcut.None)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the ItemShortcut property")]
public virtual Shortcut ShortCut { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Shortcut.None)>
<DXCategory("Behavior")>
<Obsolete("You should use the ItemShortcut property")>
Public Overridable Property ShortCut As Shortcut

Property Value

TypeDefaultDescription
ShortcutNone

A Shortcut enumerator value, specifying the shortcut key combination for the current item.

|

See Also

ItemShortcut

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace