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 ) |
| 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: BooleanTrue if the row was successfully moved. Otherwise false.