Method AddSeparator
AddSeparator()
Adds a separator item to the tree control.
public virtual TreeViewItem AddSeparator()
Returns
- TreeViewItem
A TreeViewItem representing the added separator.
Remarks
The separator item is used to visually divide groups of items within the tree control.