HierarchyDescriptor
Class
Describes the hierarchy relation in the terms of member access expression.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class HierarchyDescriptor : DescriptorBase, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectInheritanceContextPropagatorDescriptorBaseHierarchyDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the HierarchyDescriptor class.
C#
public HierarchyDescriptor(Expression<Func<object, IEnumerable>> hierarchySelector)
The hierarchy descriptor expression.
Properties
Gets the hierarchy selector expression that was used to create the descriptor.
C#
public Expression<Func<object, IEnumerable>> HierachySelector { get; }