Method SetItems
SetItems(IEnumerable<TreeViewItem>)
Sets child items of this tree control item to the specified collection.
public virtual void SetItems(IEnumerable<TreeViewItem> items)
Parameters
itemsIEnumerable<TreeViewItem>The items to set.
Sets child items of this tree control item to the specified collection.
public virtual void SetItems(IEnumerable<TreeViewItem> items)
items IEnumerable<TreeViewItem>The items to set.