Version

TreeNodesCollection Class Members

The following tables list the members exposed by TreeNodesCollection.

Protected Constructors
 NameDescription
Protected ConstructorTreeNodesCollection ConstructorConstructor used during deserialization to initialize a new TreeNodesCollection object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAll (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowDuplicateKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyAllowEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public PropertyColumnSetResolvedReturns the resolved UltraTreeColumnSet for this TreeNodesCollection instance.  
Public PropertyControlThe UltraTree control that owns this nodes collection (read-only).  
Public PropertyCountOverridden. Returns the number of UltraTreeNodes that belong to this collection.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasOverrideReturns true if an Override object has been created.  
Public PropertyIsBandNodesCollectionReturns whether or not this collections is a collection of band nodes.  
Public PropertyIsFixedSizeReturns whether the size of the nodes collection is fixed.  
Public PropertyIsReadOnlyOverridden. Returns false.  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemOverloaded. Returns the UltraTreeNode instance at the specified ordinal position in the collection.  
Public PropertyOverrideGets/sets the Override object that applies to all nodes in this collection  
Public PropertyParentNodeThe Parent Node of this TreeNodesCollection.  
Public PropertySortComparerResolvedThe resolved Override.SortComparer value. If none is specified, defaults to Nothing.  
Public PropertySortResolvedThe resolved Sort value. If none is specified, defaults to None.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyAllowMultipleEmptyKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyCacheKeys (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyInitialCapacityOverridden. Abstract property that specifies the initial capacity of the collection  
Protected PropertyInternStrings (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the node to the collection  
Public MethodAddRangeAdds a range of UltraTreeNode objects to the collection.  
Public MethodClearClears the Nodes collection, removing all nodes.  
Public MethodContainsOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodCopyToOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverridden. Called to Dispose the object  
Public MethodExists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetEnumeratorIEnumerable Interface Implementation  
Public MethodGetItemOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOfOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInsertOverloaded. Inserts the node into the collection at the specified Index  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveRemoves a node from the collection.  
Public MethodRemoveAtRemoves the node from the collection.  
Public MethodResetOverrideResets override to default values.  
Public MethodSetDataBindingSets the datasource and datamember for the control in one atomic operation.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a null string  
Public MethodTryGetItem (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAddOverloaded. Adds a node to the end of the collection  
Protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalInsertOverloaded.   
Protected MethodInternalRemoveOverloaded.   
Protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when the collection is disposed  
Protected MethodOnListChanged (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeOverrideReturns true if this property is not set to its default value.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also