Copies the specified Row to the DragContentEventArgs.TargetRow and DragDropContentEventArgs.TargetPosition.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Row DoCopy(
	Row sourceRow,
	bool withHierarchy
)
Visual Basic
Public Function DoCopy ( 
	sourceRow As Row,
	withHierarchy As Boolean
) As Row
Visual C++
public:
Row^ DoCopy(
	Row^ sourceRow, 
	bool withHierarchy
)
F#
member DoCopy : 
        sourceRow : Row * 
        withHierarchy : bool -> Row 

Parameters

sourceRow
Type: Dapfor.Net.Ui..::..Row
The source row.
withHierarchy
Type: System..::..Boolean
indicates whether the data should be copied with its hierarchy.

Return Value

Type: Row
Row related to inserted data

See Also