Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TreeViewItem Constructor

public TreeViewItem(id: int)
public TreeViewItem(id: int, depth: int)
public TreeViewItem(id: int, depth: int, displayName: string)

Parameters

id Unique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.
depth Depth of this TreeViewItem. See Also depth.
displayName Rendered name of this TreeViewItem. See Also displayName.

Description

TreeViewItem constructor.

Did you find this page useful? Please give it a rating: