Class HierarchicalCollectionView
CollectionView used in the RadTreeListView.
Inheritance
System.Object
HierarchicalCollectionView
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class HierarchicalCollectionView : HierarchicalCollectionViewBase, IEditableCollectionViewAddNewItem, IEditableCollectionView, ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IPagedCollectionView, IWeakEventListener<NotifyCollectionChangedEventArgs>, IWeakEventListener<CurrentChangingEventArgs>, IQueryableCollectionView, IItemProperties, IDisposable, INotifyCollectionStateProvider
Properties
HierarchyDescriptors
Gets the hierarchy descriptors used for hierarchy construction. If this view is a child one, its root view hierarchy descriptors are returned.
Declaration
public override HierarchyDescriptorCollection HierarchyDescriptors { get; }
Property Value
HierarchyDescriptorCollection
The hierarchy descriptors. |
Overrides
Methods
Remove(Object)
Removes the specified item from the collection.
Declaration
public override void Remove(object item)
Parameters
System.Object
item
The item to remove. |