New to Telerik UI for WPFStart a free 30-day trial

Describes the hierarchy relation of the data in the HierarchyCollectionView.

Definition

Namespace:Telerik.Windows.Data.Data.Hierarchy

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public interface IHierarchyDescriptor : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Methods

Creates a projection function that will be used as a hierarchy selector.

C#
Expression CreateHierarchySelectorExpression(Expression instance)
Parameters:instanceExpression

The instance expression, which will be used for filtering.

Returns:

Expression

A predicate filter expression.