RadTreeNodeCollection Class |
Inheritance Hierarchy
Namespace: Telerik.WinControls.UIAssembly: Telerik.WinControls.UI (in Telerik.WinControls.UI.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxpublic class RadTreeNodeCollection : NotifyCollection<RadTreeNode>
Public Class RadTreeNodeCollection
Inherits NotifyCollection(Of RadTreeNode)
The RadTreeNodeCollection type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Add(String) |
Adds the tree node with specified text.
|
 | Add(String, Int32) |
Adds the specified text.
|
 | Add(String, String) |
Adds the specified text.
|
 | Add(String, String, Int32) |
Adds the specified key.
|
 | Add(String, String, String) |
Adds the specified key.
|
 | AddRange(IEnumerableT) |
Adds the range.
(Inherited from NotifyCollectionT.) |
 | AddRange(T) |
Adds the range.
(Inherited from NotifyCollectionT.) |
 | BeginUpdate |
Begins the update.
(Inherited from NotifyCollectionT.) |
 | ClearItems | (Overrides NotifyCollectionTClearItems.) |
 | Contains |
Determines whether [contains] [the specified name].
|
 | CreateEventArguments(NotifyCollectionChangedAction) | (Inherited from NotifyCollectionT.) |
 | CreateEventArguments(NotifyCollectionChangedAction, Object, Int32) | (Inherited from NotifyCollectionT.) |
 | CreateEventArguments(NotifyCollectionChangedAction, Object, Object, Int32) | (Inherited from NotifyCollectionT.) |
 | DeferRefresh |
Defers the refresh.
(Inherited from NotifyCollectionT.) |
 | EndUpdate |
Ends the update.
(Inherited from NotifyCollectionT.) |
 | EndUpdate(Boolean) | (Inherited from NotifyCollectionT.) |
 | GetNodeEnumerator | |
 | GetNodeEnumerator(Int32) | |
 | GetNodeEnumerator(RadTreeNode) | |
 | IndexOf |
Indexes the of.
|
 | InsertItem | (Overrides NotifyCollectionTInsertItem(Int32, T).) |
 | Move |
Moves the specified old index.
(Inherited from NotifyCollectionT.) |
 | MoveItem | (Inherited from NotifyCollectionT.) |
 | OnCollectionChanged | (Overrides NotifyCollectionTOnCollectionChanged(NotifyCollectionChangedEventArgs).) |
 | OnPropertyChanged(PropertyChangedEventArgs) | (Inherited from NotifyCollectionT.) |
 | OnPropertyChanged(String) | (Inherited from NotifyCollectionT.) |
 | Refresh |
Refreshes this instance.
|
 | Remove |
Removes the specified name.
|
 | RemoveItem | (Overrides NotifyCollectionTRemoveItem(Int32).) |
 | ResetVersion | |
 | SetItem | (Overrides NotifyCollectionTSetItem(Int32, T).) |
 | SyncVersion | |
 | Update | |
Top
Events
See Also