StartRecordDragEventArgs.Data Property
Gets or sets a data object that contains the data associated with the DataViewBase.StartRecordDrag event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IDataObject | A data object that contains the data. |
See Also