CollectionView used in the RadTreeListView.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
public class HierarchicalChildCollectionView : HierarchicalCollectionViewBase, ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IPagedCollectionView, IQueryableCollectionView, IItemProperties, IDisposable, IEditableCollectionView, IEditableCollectionViewAddNewItem
Inheritance: objectQueryableCollectionViewHierarchicalCollectionViewBaseHierarchicalChildCollectionView
Implements:
Inherited Members
Properties
Gets the filter descriptors used for filtering operations.
public override CompositeFilterDescriptorCollection FilterDescriptors { get; }
The filter descriptors.
Overrides:
Gets the filter descriptors used for filter operations. If this view is a child one, its root view filter descriptors are returned.
Gets the group descriptors used for grouping operations.
public override GroupDescriptorCollection GroupDescriptors { get; }
The group descriptors.
Overrides:
Gets the group descriptors used for grouping operations. If this view is a child one, its root view group descriptors are returned.
Gets the hierarchy descriptors used for hierarchy construction. If this view is a child one, its root view hierarchy descriptors are returned.
public override HierarchyDescriptorCollection HierarchyDescriptors { get; }
The hierarchy descriptors.
Overrides:
Gets the root view hierarchy descriptors.
Gets the sort descriptors used for sorting operations.
public override SortDescriptorCollection SortDescriptors { get; }
The sort descriptors.
Overrides:
Gets the sort descriptors used for sorting operations. If this view is a child one, its root view sort descriptors are returned.