Moves the specified row as a child to this row.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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.Wpf.Controls..::..Row
The row to be moved.

Return Value

Type: Boolean
True if the row was successfully moved. Otherwise false.

See Also