Specifies the location to which the data should be added during drag and drop operation.

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

Collapse imageSyntax

C#
public enum DropRowPosition
Visual Basic
Public Enumeration DropRowPosition
Visual C++
public enum class DropRowPosition
F#
type DropRowPosition

Collapse imageMembers

Member nameValueDescription
Begin0 Data is added to the beginning on the current hierarchical level.
End1 Data is added to the end on the current hierarchical level.
BeforeTargetRow2 Data is added before the target row
AfterTargetRow3 Data is added after the target row
AsChildToBegin4 Data is added as a child of the target row at the very beginning
AsChildToEnd5 Data is added as a child of the target row at the very end

Collapse imageSee Also