Skip to main content

DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property

Gets the current state of the Shift, Ctrl, and Alt keys.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DragDropKeyStates KeyStates { get; }

Property Value

Type Description
DragDropKeyStates

A System.Windows.DragDropKeyStates enumeration value.

See Also