MobileForms Toolkit Documentation

Node Methods

The methods of the Node class are listed below. For a complete list of Node class members, see the Node Members topic.

Public Instance Methods

Collapse Collapses the current tree node.
CollapseAll Collapses the current node and all its child nodes.
CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Expand Expands the current tree node.
ExpandAll Expands all the child tree nodes.
GetData Make the copy of internal data to object array.
GetEnumerator Returns an enumerator that can iterate through a collection.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetNodeCount Returns the number of child tree nodes.
GetTemplate Gets the current NodeTemplate for this node from chosen TemplateSet.
GetType (inherited from Object)Gets the Type of the current instance.
Remove Removes the node from parent NodeCollection.
SetDataOverloaded. Copies the data from the collection to the node.
Toggle Toggles the tree node to either the expanded or collapsed state.
ToString Returns a String that represents the current Node.
Update Update current node.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
ShouldSerializeSelectedTemplateIndex Indicates whether the SelectedTemplateIndex property should be persisted.
ShouldSerializeTemplateIndex Indicates whether the TemplateIndex property should be persisted.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace