Links the data specified in the DragDropContentEventArgs.Content property 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 void DoLink(
	bool withHierarchy
)
Visual Basic
Public Sub DoLink ( 
	withHierarchy As Boolean
)
Visual C++
public:
void DoLink(
	bool withHierarchy
)
F#
member DoLink : 
        withHierarchy : bool -> unit 

Parameters

withHierarchy
Type: System..::..Boolean
indicates whether the data should be linked with its hierarchy.

See Also