Specifies the location to which the data should be added during drag and drop operation.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public enum DropRowPosition |
Visual Basic |
---|
Public Enumeration DropRowPosition |
Visual C++ |
---|
public enum class DropRowPosition |
F# |
---|
type DropRowPosition |
Members
Member name | Value | Description | |
---|---|---|---|
Begin | 0 | Data is added to the beginning on the current hierarchical level. | |
End | 1 | Data is added to the end on the current hierarchical level. | |
BeforeTargetRow | 2 | Data is added before the target row | |
AfterTargetRow | 3 | Data is added after the target row | |
AsChildToBegin | 4 | Data is added as a child of the target row at the very beginning | |
AsChildToEnd | 5 | Data is added as a child of the target row at the very end |