Click or drag to resize

WITecTreeNode Properties

The WITecTreeNode type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes of this node.
Public propertyData Gets the primitive data of this node. This are the basic types like string, double, int, as well as arrays thereof.
Public propertyFullName Gets the full name of the node (names from the root to to this node, separated by a slash)
Public propertyName Gets the node name.
Public propertyParent Gets the parent node, or null if this is the root node.
Public propertyStatic memberTextEncoding Gets the text encoding that is used in WITec projects (Windows-1252).
Top
See Also