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. These are the basic types such as string, double, int, and arrays of those types.
Public propertyFullName Gets the full name of the node (names from the root 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