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

RecordDragDropData(Object[]) Constructor

Initializes a new instance of the RecordDragDropData class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public RecordDragDropData(
    object[] records
)

Parameters

Name Type Description
records Object[]

Transferred records.

See Also