Removed. TreeViewItem is now deprecated. You can likely now use TreeViewItem\<int\> instead and not think more about it. But if you were using that identifier to store EntityId data, you should instead opt to upgrade your TreeViews to use TreeViewItem\<EntityId\> to get the proper typing.
public TreeViewItem()
TreeViewItem(int)
TreeViewItem constructor.
Warning
Removed. TreeViewItem is now deprecated. You can likely now use TreeViewItem\<int\> instead and not think more about it. But if you were using that identifier to store EntityId data, you should instead opt to upgrade your TreeViews to use TreeViewItem\<EntityId\> to get the proper typing.
Unique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.
TreeViewItem(int, int)
TreeViewItem constructor.
Warning
Removed. TreeViewItem is now deprecated. You can likely now use TreeViewItem\<int\> instead and not think more about it. But if you were using that identifier to store EntityId data, you should instead opt to upgrade your TreeViews to use TreeViewItem\<EntityId\> to get the proper typing.
Removed. TreeViewItem is now deprecated. You can likely now use TreeViewItem\<int\> instead and not think more about it. But if you were using that identifier to store EntityId data, you should instead opt to upgrade your TreeViews to use TreeViewItem\<EntityId\> to get the proper typing.
public TreeViewItem(int id, int depth, string displayName)