Back to Devexpress

DropAppointmentEventArgs.KeyStates Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dropappointmenteventargs-5480de1d.md

latest1.3 KB
Original Source

DropAppointmentEventArgs.KeyStates Property

Gets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DragDropKeyStates KeyStates { get; }
vb
Public ReadOnly Property KeyStates As DragDropKeyStates

Property Value

TypeDescription
DragDropKeyStates

One or more members of the DragDropKeyStates flag enumeration.

|

See Also

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace