The C1TreeViewNodeCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds C1TreeViewNode node to the collection.
Public method CheckNodes
Checks C1TreeViewNode nodes contained by the collection.
Protected method ClearItems (Inherited from C1ObservableItemCollection<(Of <(<'IC1TreeViewNodeCollectionOwner, C1TreeViewNode>)>)>.)
Public method FindNode
Searches C1TreeViewNode node through the collection by id.
Public method FindNodeByText
Searches C1TreeViewNode node through the collection by the Text.
Public method FindNodeByValue
Searches C1TreeViewNode node through the collection by the Value.
Public method Insert
Inserts C1TreeViewNode node to the collection.
Protected method InsertItem (Inherited from C1ObservableItemCollection<(Of <(<'IC1TreeViewNodeCollectionOwner, C1TreeViewNode>)>)>.)
Public method Remove
Removes C1TreeViewNode node from the collection. node to remove
Protected method RemoveItem (Inherited from C1ObservableItemCollection<(Of <(<'IC1TreeViewNodeCollectionOwner, C1TreeViewNode>)>)>.)
Protected method SetItem (Inherited from C1ObservableItemCollection<(Of <(<'IC1TreeViewNodeCollectionOwner, C1TreeViewNode>)>)>.)

See Also