ClassHierarchicalDataCollectionView
Class
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:
cs-api-definition
public class HierarchicalDataCollectionView : QueryableCollectionView, IEditableCollectionView, IEditableCollectionViewAddNewItem, ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IPagedCollectionView, IQueryableCollectionView, IItemProperties, IDisposable
Inheritance: objectQueryableCollectionViewHierarchicalDataCollectionView
Implements:
Inherited Members
Properties
Methods
ApplySelectDescriptors(IQueryable)
Applies SelectDescriptors over the specified queryable.
Declaration
cs-api-definition
protected override IQueryable ApplySelectDescriptors(IQueryable queryable)
Parameters
queryable
The queryable.
Returns
Overrides
CreateView()
Returns IQueryable with applied filtering, sorting, grouping and paging.
Declaration
cs-api-definition
protected override IQueryable CreateView()
Returns
Overrides