TreeViewItemConstructor

Switch to Manual
public TreeViewItem (int id);
public TreeViewItem (int id, int depth);
public TreeViewItem (int id, int depth, string displayName);

Parameters

idUnique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.
depthDepth of this TreeViewItem. See Also depth.
displayNameRendered name of this TreeViewItem. See Also displayName.

Description

TreeViewItem constructor.