Moves the specified row.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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.Wpf.Controls..::..Row
The row to be moved.
- index
- Type: System..::..Int32
Index to which the row should be moved.
Return Value
Type:
BooleanTrue if the row was successfully moved. Otherwise false.
See Also