For a list of all members of this type, see HierarchicalObjectCollection members.
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | Item | This method is used primarily by control developers and derivations of existing controls. Indexer for the HierarchicalObjectCollection |
![]() | Owner | This method is used primarily by control developers and derivations of existing controls. Each HierarchicalObjectCollection is owned by a HierarchicalUIObject. For example, a Nodes collection in a Tree is owned by a particular Node. The owner Node is then the Parent of each Node within the HierarchicalObjectCollection. The nodes at the root level of the tree are owned by a hidden Owner which is also referred to as the RootItem. In this way, the tree of HierarchicalObjectCollections is referred to as being single rooted. |
| Name | Description | |
|---|---|---|
![]() | HasViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | ViewStateJournal | The parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |