TreeNodeStyleCollection Class
Represents a collection of TreeNodeStyle objects that is in a TreeView control.
System.Web.UI::StateManagedCollection
System.Web.UI.WebControls::TreeNodeStyleCollection
Assembly: System.Web (in System.Web.dll)
The TreeNodeStyleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() | Item | Gets or sets the TreeNodeStyle object at the specified index in the TreeNodeStyleCollection object. |
| Name | Description | |
|---|---|---|
![]() | Add | Appends the specified TreeNodeStyle object to the end of the TreeNodeStyleCollection object. |
![]() | Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() | Contains | Determines whether the specified TreeNodeStyle object is in the collection. |
![]() | CopyTo(Array, Int32) | Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.) |
![]() | CopyTo(array<TreeNodeStyle>, Int32) | Copies all the items from the TreeNodeStyleCollection object to a compatible one-dimensional array of TreeNodeStyle objects, starting at the specified index in the target array. |
![]() | CreateKnownType | When overridden in a derived class, creates an instance of a class that implements IStateManager. The type of object created is based on the specified member of the collection returned by the GetKnownTypes method. (Inherited from StateManagedCollection.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKnownTypes | When overridden in a derived class, gets an array of IStateManager types that the StateManagedCollection collection can contain. (Inherited from StateManagedCollection.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Determines the index of the specified TreeNodeStyle object in the collection. |
![]() | Insert | Inserts the specified TreeNodeStyle object into the TreeNodeStyleCollection object at the specified index location. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnClear | When overridden in a derived class, performs additional work before the Clear method removes all items from the collection. (Inherited from StateManagedCollection.) |
![]() | OnClearComplete | When overridden in a derived class, performs additional work after the Clear method finishes removing all items from the collection. (Inherited from StateManagedCollection.) |
![]() | OnInsert | When overridden in a derived class, performs additional work before the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) |
![]() | OnInsertComplete | When overridden in a derived class, performs additional work after the Insert(Int32, Object) or Add(Object) method adds an item to the collection. (Inherited from StateManagedCollection.) |
![]() | OnRemove | When overridden in a derived class, performs additional work before the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) |
![]() | OnRemoveComplete | When overridden in a derived class, performs additional work after the Remove(Object) or RemoveAt(Int32) method removes the specified item from the collection. (Inherited from StateManagedCollection.) |
![]() | OnValidate | When overridden in a derived class, validates an element of the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() | Remove | Removes the specified TreeNodeStyle object from the TreeNodeStyleCollection object. |
![]() | RemoveAt | Removes the TreeNodeStyle object at the specified index location from the TreeNodeStyleCollection object. |
![]() | SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) |
![]() | SetDirtyObject | When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information. (Inherited from StateManagedCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::Count | Infrastructure. Gets the number of elements contained in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | ICollection::IsSynchronized | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. (Inherited from StateManagedCollection.) |
![]() ![]() | ICollection::SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the StateManagedCollection collection. This method returns nullptr in all cases. (Inherited from StateManagedCollection.) |
![]() ![]() | IEnumerable::GetEnumerator | Infrastructure. Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Add | Adds an item to the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Clear | Infrastructure. Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Contains | Determines whether the StateManagedCollection collection contains a specific value. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::IndexOf | Determines the index of a specified item in the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Insert | Inserts an item into the StateManagedCollection collection at the specified index. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::IsFixedSize | Infrastructure. Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::IsReadOnly | Infrastructure. Gets a value indicating whether the StateManagedCollection collection is read-only. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Item | Infrastructure. Gets the IStateManager element at the specified index. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::Remove | Removes the first occurrence of the specified object from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
![]() ![]() | IList::RemoveAt | Removes the IStateManager element at the specified index. (Inherited from StateManagedCollection.) |
![]() ![]() | IStateManager::IsTrackingViewState | Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state. (Inherited from StateManagedCollection.) |
![]() ![]() | IStateManager::LoadViewState | Restores the previously saved view state of the StateManagedCollection collection and the IStateManager items it contains. (Inherited from StateManagedCollection.) |
![]() ![]() | IStateManager::SaveViewState | Saves the changes to the StateManagedCollection collection and each IStateManager object it contains since the time the page was posted back to the server. (Inherited from StateManagedCollection.) |
![]() ![]() | IStateManager::TrackViewState | Causes the StateManagedCollection collection and each of the IStateManager objects it contains to track changes to their view state so they can be persisted across requests for the same page. (Inherited from StateManagedCollection.) |
The TreeNodeStyleCollection class is used to store and manage a collection of TreeNodeStyle objects. The LevelStyles property, of type TreeNodeStyleCollection, stores the node styles for the individual levels of a tree.
The LevelStyles property is an alternative to the individual style properties, such as the NodeStyle property, that control node styles at different levels of the tree. The first style in the collection corresponds to the node style in the first level of the tree. The second style in the collection corresponds to the node style in the second level of the tree, and so on. The LevelStyles property is most often used to generate table of contents–style navigation menus where nodes at a certain level should have the same appearance, regardless of whether they have child nodes.
The TreeNodeStyleCollection class inherits most of its members from the StateManagedCollection class. For more information about the inherited members, see StateManagedCollection.
The following code example demonstrates how to use the TreeNodeStyleCollection class to specify the style settings for the individual levels of a TreeView control. Notice that the LevelStyles property returns a TreeNodeStyleCollection object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.





