Moves the specified item down in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public void MoveDown( DataTreeGridItem item, bool includeChildren, bool withinParent ) |
Visual Basic (Declaration) |
---|
Public Sub MoveDown ( _ item As DataTreeGridItem, _ includeChildren As Boolean, _ withinParent As Boolean _ ) |
Parameters
- includeChildren
- Type: System..::.Boolean
- withinParent
- Type: System..::.Boolean