ContinueRecordDragEventArgs.Data Property
In This Article
Gets or sets a data object that contains data associated with the DataViewBase.ContinueRecordDrag event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IDataObject Data { get; }
#Property Value
Type | Description |
---|---|
IData |
A data object that contains the data. |
See Also