Back to Devexpress

DropRecordEventArgs Properties

wpf-devexpress-dot-xpf-dot-core-dot-droprecordeventargs-dot-underscore-properties.md

latest4.0 KB
Original Source

DropRecordEventArgs Properties

Provides data for the DataViewBase.DropRecord event.

NameDescription
AllowedEffectsGets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event. Inherited from DragEventArgsBase.
DataGets or sets a data object that contains the data associated with the corresponding drag event. Inherited from DragEventArgsBase.
DropPositionGets a drop position that specifies how a record is placed after it has been dropped. Inherited from DragEventArgsBase.
EffectsGets or sets the target drag-and-drop operation. Inherited from DragEventArgsBase.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsFromOutsideGets whether the dragged record is from another control. Inherited from DragEventArgsBase.
KeyStatesGets a flag enumeration indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. Inherited from DragEventArgsBase.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
TargetRecordGets a record that is drop target. Inherited from DragEventArgsBase.
TargetRowHandleGets the target row handle. Inherited from DragEventArgsBase.

See Also

DropRecordEventArgs Class

DropRecordEventArgs Members

DevExpress.Xpf.Core Namespace