Skip to main content
A newer version of this page is available. .

ContinueRecordDragEventArgs.Data Property

Gets or sets a data object that contains data associated with the DataViewBase.ContinueRecordDrag event.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public IDataObject Data { get; }

Property Value

Type Description
IDataObject

A data object that contains the data.

See Also