Skip to main content
A newer version of this page is available. .

DiagramCommandsBase.CommandHotkeys.Key Property

Gets the shortcut key.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public Key Key { get; }

Property Value

Type Description
Key

A System.Windows.Input.Key value that represents the shortcut key.

See Also