Name | Description | |
---|---|---|
C1TreeViewNodeCollection Constructor | Explicit constructor for C1TreeViewNodeCollection. |
The following tables list the members exposed by C1TreeViewNodeCollection.
Name | Description | |
---|---|---|
C1TreeViewNodeCollection Constructor | Explicit constructor for C1TreeViewNodeCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) |
Name | Description | |
---|---|---|
Add | Adds C1TreeViewNode node to the collection. | |
CheckNodes | Checks C1TreeViewNode nodes contained by the collection. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
FindNode | Searches C1TreeViewNode node through the collection by id. | |
FindNodeByText | Searches C1TreeViewNode node through the collection by the Text. | |
FindNodeByValue | Searches C1TreeViewNode node through the collection by the Value. | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | Inserts C1TreeViewNode node to the collection. | |
Remove | Removes C1TreeViewNode node from the collection. node to remove | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) | |
ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) | |
ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) | |
ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1TreeViewNodeCollectionOwner,C1TreeViewNode>) |