System.Web.UI.WebControls.TreeNodeBindingCollection Members

The members of System.Web.UI.WebControls.TreeNodeBindingCollection are listed below.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Properties

default property
Item(int)TreeNodeBinding. Documentation for this section has not yet been entered.

Public Methods

Add(TreeNodeBinding) : int

Appends the specified System.Web.UI.WebControls.TreeNodeBinding object to the end of the System.Web.UI.WebControls.TreeNodeBindingCollection object.

Contains(TreeNodeBinding) : bool

Determines whether the specified System.Web.UI.WebControls.TreeNodeBinding object is in the collection.

CopyTo(TreeNodeBinding[], int)

Copies all the items from the System.Web.UI.WebControls.TreeNodeBindingCollection object to a compatible one-dimensional array of System.Web.UI.WebControls.TreeNodeBinding objects, starting at the specified index in the target array.

IndexOf(TreeNodeBinding) : int

Determines the index of the specified System.Web.UI.WebControls.TreeNodeBinding object in the collection.

Insert(int, TreeNodeBinding)

Inserts the specified System.Web.UI.WebControls.TreeNodeBinding object into the System.Web.UI.WebControls.TreeNodeBindingCollection object at the specified index location.

Remove(TreeNodeBinding)

Removes the specified System.Web.UI.WebControls.TreeNodeBinding object from the System.Web.UI.WebControls.TreeNodeBindingCollection object.

RemoveAt(int)

Removes the System.Web.UI.WebControls.TreeNodeBinding object at the specified index location from the System.Web.UI.WebControls.TreeNodeBindingCollection object.

Protected Methods

override
CreateKnownType(int) : object
Documentation for this section has not yet been entered.
override
GetKnownTypes() : Type[]
Documentation for this section has not yet been entered.
override
SetDirtyObject(object)
Documentation for this section has not yet been entered.