Skip to main content

DiagramCommandsBase.CommandHotkeys.ModifierKeys Property

Gets the shortcut key modifiers.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.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