C# Class SevenSoftware.Windows.Controls.TreeViewExtensions

Contains methods that extend the TreeView control.
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes publiques

Méthode Description
FindTreeViewItem ( this treeView, Predicate predicate ) : System.Windows.Controls.TreeViewItem

Finds the parent TreeViewItem of the current TreeViewItem.

Private Methods

Méthode Description
FindTreeViewItem ( ItemContainerGenerator parentItemContainerGenerator, System.Windows.Controls.ItemCollection itemCollection, Predicate predicate ) : System.Windows.Controls.TreeViewItem

Finds the TreeViewItem from the collection.

Method Details

FindTreeViewItem() public static méthode

Finds the parent TreeViewItem of the current TreeViewItem.
public static FindTreeViewItem ( this treeView, Predicate predicate ) : System.Windows.Controls.TreeViewItem
treeView this The treeview control.
predicate Predicate The TreeViewItem to use as a starting point.
Résultat System.Windows.Controls.TreeViewItem