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

RecordDragDropData(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the RecordDragDropData class.

Namespace: DevExpress.Xpf.Core

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

Declaration

public RecordDragDropData(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Name Type
info SerializationInfo
context StreamingContext
See Also