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

GiveRecordDragFeedbackEventArgs.Data Property

Gets or sets a data object that contains the data associated with the DataViewBase.GiveRecordDragFeedback 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 associated with the corresponding drag event.

See Also