Method | Description | |
---|---|---|
FindTreeViewItem ( this treeView, Predicate |
Finds the parent TreeViewItem of the current TreeViewItem.
|
Method | Description | |
---|---|---|
FindTreeViewItem ( |
Finds the TreeViewItem from the collection.
|
public static FindTreeViewItem ( this treeView, Predicate |
||
treeView | this | The treeview control. |
predicate | Predicate |
The TreeViewItem to use as a starting point. |
return | System.Windows.Controls.TreeViewItem |