Infragistics2.Win.UltraWinTree.v8.1
TreeNodesCollection Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win.UltraWinTree Namespace : TreeNodesCollection Class


The following tables list the members exposed by TreeNodesCollection.

Protected Constructors

 NameDescription
Protected ConstructorTreeNodesCollection Constructor Constructor used during deserialization to initialize a new TreeNodesCollection object with the serialized property values.  
Top

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

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 PropertyColumnSetResolved Returns the resolved UltraTreeColumnSet for this TreeNodesCollection instance.  
Public PropertyControl The 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 PropertyHasOverride Returns true if an Override object has been created.  
Public PropertyIsBandNodesCollection Returns whether or not this collections is a collection of band nodes.  
Public PropertyIsFixedSize Returns 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 PropertyOverride Gets/sets the Override object that applies to all nodes in this collection  
Public PropertyParentNode The Parent Node of this TreeNodesCollection.  
Public PropertySortComparerResolved The resolved SortComparer value. If none is specified, defaults to Nothing.  
Public PropertySortResolved The resolved Sort value. If none is specified, defaults to None.  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Top

Protected Properties

Public Methods

 NameDescription
Public MethodAddOverloaded.  Adds the node to the collection  
Public MethodAddRange Adds a range of UltraTreeNode objects to the collection.  
Public MethodClear Clears 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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodExists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Public MethodGetEnumerator IEnumerable 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 MethodRemove Removes a node from the collection.  
Public MethodRemoveAt Removes the node from the collection.  
Public MethodResetOverride Resets override to default values.  
Public MethodSetDataBinding Sets the datasource and datamember for the control in one atomic operation.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringOverridden.  Returns a null string  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

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 (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalClear (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalInsertOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodInternalRemoveAt (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden.  Called when the collection is disposed  
Protected MethodOnKeyChanging (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
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 MethodShouldSerializeOverride Returns true if this property is not set to its default value.  
Protected MethodValidateKeyOverloaded.  (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Protected MethodValidateKeyDoesNotExistOverloaded.  Throws a DuplicateNameException if the specified key already exists (Inherited from Infragistics.Shared.KeyedSubObjectsCollectionBase)
Top

Public Events

See Also