ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNodeCollection Class Methods
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNodeCollection Class




For a list of all members of this type, see TreeViewPlusNodeCollection members.

Public Methods

 NameDescription
Public MethodAddAdds a TreeViewPlusNode to the end of the collection.  
Public MethodAddNodeTreeAdds the nodes with its parent nodes to the current collection.  
Public MethodAddRange (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodAsReadOnly (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodClear Removes all TreeViewPlusNodes from the collection.  
Public MethodContains (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodConvertAll (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodExists (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodFind (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodFindAll (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodFindByNodeID Finds the node with the matching NodeID in the node collection and its children.  
Public MethodFindByValue Finds the first node in the collection with the Value that matches the input value.  
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodFindLast (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodForEach (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodGetRange (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodGetTopMostParentNodeGets the top-most parent in the node hierarchy of the current node.  
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodInsertInserts a TreeViewPlusNode into the node collection.  
Public MethodInsertRange (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodInvalidateChildNodes Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function will invalidate the child nodes of all the nodes in the collection so that the next time that Render is called, these nodes will re-render the child nodes down to the client.  
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodRemoveRemoves a TreeViewPlusNode from the collection.  
Public MethodRemoveAll (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodRemoveAtRemoves a TreeViewPlusNode at the specified index.  
Public MethodRemoveRange (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodReverseOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodSortOverloaded.  (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodToArray (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodTrimExcess (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Public MethodTrueForAll (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
Top

See Also

© 2010 All Rights Reserved.