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

DiagramCustomItemQueryContinueDragEventArgs.KeyStates Property

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DragDropKeyState KeyStates { get; }

Property Value

Type
DragDropKeyState

Available values:

Name
None
LeftMouseButton
RightMouseButton
ShiftKey
ControlKey
MiddleMouseButton
AltKey
See Also