Node class of ASTreeView. It generates LinkButton as tree nodes.


The following tables list the members exposed by ASTreeViewNode.

Public Constructors

  Name Description
Static Public method ASTreeViewNode Overloaded.  
Top

Public Properties

  Name Description
Public property AdditionalAttributes Gets or sets the additional attributes on this node.
Public property CheckedState Gets or sets the state of the checked.
Public property ChildNodes Gets the child nodes.
Public property EnableAddContextMenu Gets or sets a value indicating whether to enable add context menu on this node.
Public property EnableCheckbox Gets or sets a value indicating whether to display the checkbox for the node.
Public property EnableChildren Gets or sets a value indicating whether this node can have children.
Public property EnableDeleteContextMenu Gets or sets a value indicating whether to enable delete context menu on this node.
Public property EnableDragDrop Gets or sets a value indicating whether to enable drag and drop on this node.
Public property EnableEditContextMenu Gets or sets a value indicating whether to enable edit context menu on this node.
Public property EnableSelection Gets or sets a value indicating whether the node is selectable.
Public property EnableSiblings Gets or sets a value indicating whether enable sibleing. This property only work on the root node.
Public property IsVirtualNode Gets or sets a value indicating whether this instance is virtual node.
Public property NodeDepth Gets or sets the depth.
Public property NodeIcon Gets or sets the node icon.
Public property NodeText Gets or sets the node text.
Public property NodeType Gets the type of the node.
Public property NodeValue Gets or sets the node value.
Public property OpenState Gets or sets the state of the open.
Public property ParentNode Gets or sets the parent node.
Public property Selected Gets or sets a value indicating whether this ASTreeViewNode is selected.
Public property VirtualNodesCount Gets or sets the virtual nodes count. The virtual node count is a number which indicates how many children this node has.
Public property VirtualParentKey Gets or sets the virtual parent key. This property is used when performing loading ajax calls.
Top

Public Methods

  Name Description
Public method AppendChild Appends the child.
Public method Clear Clears this instance.
Public method Contains Determines whether [contains] [the specified node].
Public method ContainsOffspring Determines whether the specified node contains offspring.
Public method IndexOf Indexes the of.
Public method Insert Inserts the specified index.
Public method Remove Removes the specified node.
Public method RemoveAt Removes at.
Public method ToString Overloaded. Returns a String that represents this instance.
Top

Explicit Interface Implementations

  Name Description
Static Private method ASTreeViewNode Overloaded.  
Top

See Also