Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public IDataObject Data { get; set; }

Property Value

Type Description
IDataObject

A data object that contains the data.

See Also