String representing keyboard shortcut to perform an action on this item.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
public string KeyboardShortcut { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
Public Property KeyboardShortcut As String

See Also