Back to Devexpress

StartRecordDragEventArgs Properties

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

latest3.0 KB
Original Source

StartRecordDragEventArgs Properties

Provides data for the DataViewBase.StartRecordDrag event.

NameDescription
AllowDragGets or sets whether an end-user can drag records.
AllowedEffectsGets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.
DataGets or sets a data object that contains the data associated with the DataViewBase.StartRecordDrag event.
DragElementGets a drag element that is a control on which the drag-and-drop operation has been initiated.
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.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RecordsGets dragged records.
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.

See Also

StartRecordDragEventArgs Class

StartRecordDragEventArgs Members

DevExpress.Xpf.Core Namespace