IHierarchyDescriptor
Interface
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
Methods
Creates a projection function that will be used as a hierarchy selector.
C#
Expression CreateHierarchySelectorExpression(Expression instance)
The instance expression, which will be used for filtering.
Returns:A predicate filter expression.