Class HierarchicalCollectionView
CollectionView used in the RadTreeListView.
Inheritance
System.Object
HierarchicalCollectionView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class HierarchicalCollectionView : HierarchicalCollectionViewBase, IEditableCollectionView, IEditableCollectionViewAddNewItem, 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. |