Node class of ASTreeView. It generates LinkButton as tree nodes.
The following tables list the members exposed by ASTreeViewNode.
Public Constructors
| Name | Description | |
|---|---|---|
|
ASTreeViewNode | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
AdditionalAttributes | Gets or sets the additional attributes on this node. |
|
CheckedState | Gets or sets the state of the checked. |
|
ChildNodes | Gets the child nodes. |
|
EnableAddContextMenu | Gets or sets a value indicating whether to enable add context menu on this node. |
|
EnableCheckbox | Gets or sets a value indicating whether to display the checkbox for the node. |
|
EnableChildren | Gets or sets a value indicating whether this node can have children. |
|
EnableDeleteContextMenu | Gets or sets a value indicating whether to enable delete context menu on this node. |
|
EnableDragDrop | Gets or sets a value indicating whether to enable drag and drop on this node. |
|
EnableEditContextMenu | Gets or sets a value indicating whether to enable edit context menu on this node. |
|
EnableSelection | Gets or sets a value indicating whether the node is selectable. |
|
EnableSiblings | Gets or sets a value indicating whether enable sibleing. This property only work on the root node. |
|
IsVirtualNode | Gets or sets a value indicating whether this instance is virtual node. |
|
NodeDepth | Gets or sets the depth. |
|
NodeIcon | Gets or sets the node icon. |
|
NodeText | Gets or sets the node text. |
|
NodeType | Gets the type of the node. |
|
NodeValue | Gets or sets the node value. |
|
OpenState | Gets or sets the state of the open. |
|
ParentNode | Gets or sets the parent node. |
|
Selected | Gets or sets a value indicating whether this |
|
VirtualNodesCount | Gets or sets the virtual nodes count. The virtual node count is a number which indicates how many children this node has. |
|
VirtualParentKey | Gets or sets the virtual parent key. This property is used when performing loading ajax calls. |
Public Methods
| Name | Description | |
|---|---|---|
|
AppendChild | Appends the child. |
|
Clear | Clears this instance. |
|
Contains | Determines whether [contains] [the specified node]. |
|
ContainsOffspring | Determines whether the specified node contains offspring. |
|
IndexOf | Indexes the of. |
|
Insert | Inserts the specified index. |
|
Remove | Removes the specified node. |
|
RemoveAt | Removes at. |
|
ToString | Overloaded. Returns a |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
ASTreeViewNode | Overloaded. |