Moves the specified row.

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

Syntax

C#
public bool Move(
	Row childRow,
	int index
)
Visual Basic
Public Function Move ( 
	childRow As Row,
	index As Integer
) As Boolean
Visual C++
public:
bool Move(
	Row^ childRow, 
	int index
)
F#
member Move : 
        childRow : Row * 
        index : int -> bool 

Parameters

childRow
Type: Dapfor.Net.Ui..::..Row
The row to be moved.
index
Type: System..::..Int32
Index to which the row should be moved.

Return Value

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

See Also