ESRI.ArcGIS.ADF.Web.UI.WebControls
TreeViewPlusNodeCollection Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TreeViewPlusNodeCollection Class




The following tables list the members exposed by TreeViewPlusNodeCollection.

Public Constructors

Public Properties

 NameDescription
public PropertyCapacity (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
public PropertyCount (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
public PropertyItem (Inherited from System.Collections.Generic.List<TreeViewPlusNode>)
public PropertyParentThe parent of the node collection.  
public PropertyTreeViewPlusThe TreeViewPlus control to which this node collection belongs.  
Top

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<TOutput> (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

© 2011 All Rights Reserved.