MobileForms Toolkit Documentation

BoundNode Methods

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

Public Instance Methods

Collapse (inherited from Node) Collapses the current tree node.
CollapseAll (inherited from Node) 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 (inherited from Node) Expands the current tree node.
ExpandAll (inherited from Node) 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 (inherited from Node) Returns the number of child tree nodes.
GetTemplate (inherited from Node) Gets the current NodeTemplate for this node from chosen TemplateSet.
GetType (inherited from Object)Gets the Type of the current instance.
Remove (inherited from Node) Removes the node from parent NodeCollection.
SetDataOverloaded. Copies the data from the collection to the node.
Toggle (inherited from Node) Toggles the tree node to either the expanded or collapsed state.
ToString (inherited from Node) Returns a String that represents the current Node.
Update (inherited from Node) 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 (inherited from Node) Indicates whether the SelectedTemplateIndex property should be persisted.
ShouldSerializeTemplateIndex (inherited from Node) Indicates whether the TemplateIndex property should be persisted.

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace