TreeViewExtensions
Wisej.Web.Markup.TreeViewExtensions
public class TreeViewExtensionsPublic Class TreeViewExtensionsMethods
Nodes<TTreeView>(treeView, nodes)
Parameter
Type
Description
myTreeView.Nodes(new TreeNode("Root1"), new TreeNode("Root2"));
OnAfterCheck<TTreeView>(treeView, action)
Parameter
Type
Description
OnAfterCollapse<TTreeView>(treeView, action)
Parameter
Type
Description
OnAfterExpand<TTreeView>(treeView, action)
Parameter
Type
Description
OnAfterSelect<TTreeView>(treeView, action)
Parameter
Type
Description
OnBeforeCheck<TTreeView>(treeView, action)
Parameter
Type
Description
OnBeforeCollapse<TTreeView>(treeView, action)
Parameter
Type
Description
OnBeforeExpand<TTreeView>(treeView, action)
Parameter
Type
Description
OnBeforeSelect<TTreeView>(treeView, action)
Parameter
Type
Description
ShowLoader<TTreeView>(treeView, value)
Parameter
Type
Description
VirtualScroll<TTreeView>(treeView, value)
Parameter
Type
Description
Last updated
Was this helpful?

