CreateChildListForCollapsedParent() public static method

public static CreateChildListForCollapsedParent ( ) : List
return List
Esempio n. 1
0
 protected static List <TreeViewItem> CreateChildListForCollapsedParent()
 {
     return(LazyTreeViewDataSource.CreateChildListForCollapsedParent());
 }
Esempio n. 2
0
 public static List <TreeViewItem> CreateChildListForCollapsedParent() =>
 LazyTreeViewDataSource.CreateChildListForCollapsedParent();