Switches two specified items in the collection, optionally with their entire following children arrays.
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public void Switch( DataTreeGridItem item1, DataTreeGridItem item2, bool includeChildren ) |
Visual Basic (Declaration) |
---|
Public Sub Switch ( _ item1 As DataTreeGridItem, _ item2 As DataTreeGridItem, _ includeChildren As Boolean _ ) |
Parameters
- includeChildren
- Type: System..::..Boolean