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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IDataObject Data { get; }

Property Value

Type Description
IDataObject

A data object that contains the data.

See Also