The C1TreeViewNodeBindingCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds the binding to the collection.
Public method Contains
Determines whether the specified C1TreeViewNodeBinding object is in the collection.
Public method CopyTo
Copies the elements collection to an array, starting at a particular array index.
Public method IndexOf
Gets the index of binding.
Public method Insert
Inserts binding into the collection.
Public method Remove
Removes binding from the collection.
Public method RemoveAt
Removes binding from the collection from specific index.

Properties

  Name Description
Public property Item
Gets or sets the C1TreeViewNodeBinding object at the specified index in the C1TreeViewNodeBindingCollection object.

See Also