Interface IHierarchyDescriptor
Describes the hierarchy relation of the data in the HierarchyCollectionView.
Namespace: Telerik.Windows.Data.Data.Hierarchy
Assembly: Telerik.Windows.Data.dll
Syntax
public interface IHierarchyDescriptor : INotifyPropertyChanged
Methods
CreateHierarchySelectorExpression(Expression)
Creates a projection function that will be used as a hierarchy selector.
Declaration
Expression CreateHierarchySelectorExpression(Expression instance)
Parameters
System.Linq.Expressions.Expression
instance
The instance expression, which will be used for filtering. |
Returns
System.Linq.Expressions.Expression
A predicate filter expression. |