This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class TreeNode<T> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class TreeNode(Of T) |
Type Parameters
- T
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
FirstChild |
Gets or sets the first child.
|
|
Index |
Gets the treenode index.
|
|
NextSibling |
Gets or sets the next sibling.
|
|
Parent |
Gets or sets the parent.
|
|
Value |
Gets the value.
|
See Also
Smartsite.Base Namespace