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

DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property

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

Namespace: DevExpress.Xpf.Diagram

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

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

Declaration

public DragDropKeyStates KeyStates { get; }

Property Value

Type Description
DragDropKeyStates

A System.Windows.DragDropKeyStates enumeration value.

See Also