The properties of the BoundNode class are listed below. For a complete list of BoundNode class members, see the BoundNode Members topic.
CurrentTemplateIndex (inherited from Node) | Gets the current template index, which depends on whether the node is selected or not. |
Data | Gets the underlying object we are bound to. |
DataRow | Gets the underlying DataRow. |
FieldCount | Gets the number of fields in Node. |
FieldNames (inherited from Node) | Gets or sets the mapping of field names. |
Height (inherited from Node) | Gets the current node template height for this node. |
HidePlusMinus (inherited from Node) | Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are hidden. |
IsExpanded (inherited from Node) | Gets or sets whether this node is expanded (so that its descendants are visible) or collapsed. |
Item | Overloaded. Gets or sets the data at given index. |
Level (inherited from Node) | Gets the zero-based depth of the node in the AdvancedTree control. |
Nodes (inherited from Node) | Gets the collection of Node objects assigned to the current node. |
Parent (inherited from Node) | Gets the parent node of the current node. |
ParentCollection (inherited from Node) | Gets the NodeCollection that this node belongs to. |
Selected (inherited from Node) | Gets or sets whether the node is selected. |
SelectedTemplateIndex (inherited from Node) | Gets or sets the selected template index, it is used for drawing the node when it is selected. |
StringData (inherited from Node) | Gets or sets the node data converted to string array. |
Tag (inherited from Node) | |
Template (inherited from Node) | Gets the current NodeTemplate for this node. |
TemplateIndex (inherited from Node) | Gets or sets the template index, which is used when the node is not selected. |
BoundNode Class | Resco.Controls.AdvancedTree Namespace