TreeNodeCollection Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the TreeNodeCollection object.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the TreeNodeCollection is synchronized (thread safe).

System_CAPS_pubpropertyItem[Int32]

Gets the TreeNode object at the specified index in the TreeNodeCollection object.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the TreeNodeCollection object.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the TreeNodeCollection object is saving changes to its view state.

Return to top
Show: