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

DiagramCommandsBase.CommandHotkeys.ModifierKeys Property

Gets the shortcut key modifiers.

Namespace: DevExpress.Diagram.Core

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

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

Declaration

public ModifierKeys ModifierKeys { get; }

Property Value

Type Description
ModifierKeys

A System.Windows.Input.ModifierKeys value that represents the shortcut key modifiers.

See Also