Name | Description | |
---|---|---|
C1SiteMapNodeCollection Constructor | Explicit constructor for C1SiteMapNodeCollection. |
The following tables list the members exposed by C1SiteMapNodeCollection.
Name | Description | |
---|---|---|
C1SiteMapNodeCollection Constructor | Explicit constructor for C1SiteMapNodeCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) |
Name | Description | |
---|---|---|
Add | Adds C1SiteMapNode node to 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>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | Inserts C1SiteMapNode node to the collection. | |
Remove | Removes C1SiteMapNode 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<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) | |
ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) | |
ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) | |
ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode>) |