MobileForms Toolkit Documentation

Node Properties

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

Public Instance Properties

CurrentTemplateIndex Gets the current template index, which depends on whether the node is selected or not.
FieldCount Gets the number of fields in node.
FieldNames Gets or sets the mapping of field names.
Height Gets the current node template height for this node.
HidePlusMinus Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are hidden.
IsExpanded Gets or sets whether this node is expanded (so that its descendants are visible) or collapsed.
ItemOverloaded. Gets or sets the data at given index.
Level Gets the zero-based depth of the node in the AdvancedTree control.
Nodes Gets the collection of Node objects assigned to the current node.
Parent Gets the parent node of the current node.
ParentCollection Gets the NodeCollection that this node belongs to.
Selected Gets or sets whether the node is selected.
SelectedTemplateIndex Gets or sets the selected template index, it is used for drawing the node when it is selected.
StringData Gets or sets the node data converted to string array.
Tag 
Template Gets the current NodeTemplate for this node.
TemplateIndex Gets or sets the template index, which is used when the node is not selected.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace