CreateChildListForCollapsedParent() public static method

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