Moves the specified row as a child to this row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool Move( Row childRow ) |
| Visual Basic |
|---|
Public Function Move ( childRow As Row ) As Boolean |
| Visual C++ |
|---|
public: bool Move( Row^ childRow ) |
| F# |
|---|
member Move : childRow : Row -> bool |
Parameters
- childRow
- Type: Dapfor.Net.Ui..::..Row
The row to be moved.
Return Value
Type: BooleanTrue if the row was successfully moved. Otherwise false.