Represents a collection, which projects a given hierarchical data to a new collection using the provided SelectDescriptors.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class HierarchicalDataCollectionView : QueryableCollectionView, ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IPagedCollectionView, IQueryableCollectionView, IItemProperties, IDisposable, IEditableCollectionView, IEditableCollectionViewAddNewItem
Inheritance: objectQueryableCollectionViewHierarchicalDataCollectionView
Implements:
Inherited Members
Properties
Methods
Applies SelectDescriptors over the specified queryable.
C#
protected override IQueryable ApplySelectDescriptors(IQueryable queryable)
The queryable.
Returns:Overrides:
Returns IQueryable with applied filtering, sorting, grouping and paging.