TreeNodeExtensions
Wisej.Web.Markup.TreeNodeExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.TreeNodeExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the checked state of the tree node.
TTreeNode
treeNode
The tree node to set the checked state on.
value
A boolean value indicating whether the node is checked.
Returns: . The modified tree node with the checked state set.
Sets the lazy loading property of the tree node.
TTreeNode
treeNode
The tree node to set the lazy loading property on.
value
A boolean value indicating whether lazy loading is enabled.
TTreeNode
treeNode
The tree node to which the child nodes will be added.
nodes
An array of tree nodes to be added as children.
This method allows you to add multiple child nodes to a tree node in a tree view control.
Attaches an action to be executed after the tree node is checked.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute after the node is checked.
This method allows you to perform custom logic after a tree node's checked state changes.
Attaches an action to be executed after the tree node is collapsed.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute after the node is collapsed.
This method allows you to perform custom logic after a tree node is collapsed.
Attaches an action to be executed after the tree node is expanded.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute after the node is expanded.
This method allows you to perform custom logic after a tree node is expanded.
Attaches an action to be executed after the tree node is selected.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute after the node is selected.
This method allows you to perform custom logic after a tree node is selected.
Attaches an action to be executed before the tree node is checked.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute before the node is checked.
This method allows you to perform custom logic before a tree node's checked state changes.
Attaches an action to be executed before the tree node is collapsed.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute before the node is collapsed.
This method allows you to perform custom logic before a tree node is collapsed.
Attaches an action to be executed before the tree node is expanded.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute before the node is expanded.
This method allows you to perform custom logic before a tree node is expanded.
Attaches an action to be executed before the tree node is selected.
TTreeNode
treeNode
The tree node to attach the action to.
action
The action to execute before the node is selected.
This method allows you to perform custom logic before a tree node is selected.
Sets the show loader property of the tree node.
TTreeNode
treeNode
The tree node to set the show loader property on.
value
A boolean value indicating whether the loader should be shown.
The type of the tree node, which must inherit from .
The type of the tree node, which must inherit from .
Returns: . The modified tree node with the lazy loading property set.
Adds an array of child nodes to the specified .
The type of the tree node, which must inherit from .
Returns: . The tree node with the updated child nodes.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The tree node with the action attached.
The type of the tree node, which must inherit from .
Returns: . The modified tree node with the show loader property set.