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

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: HierarchyDescriptor<TElement, TResult>

Implements: INotifyPropertyChangedISuspendNotifications

Inherited Members DescriptorBase.OnPropertyChanged(PropertyChangedEventArgs)DescriptorBase.OnPropertyChanged(string)DescriptorBase.SuspendNotifications()DescriptorBase.ResumeNotifications()DescriptorBase.NotificationsSuspendedDescriptorBase.PropertyChangedInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)...

Constructors

Initializes a new instance of the HierarchyDescriptor class.

C#
public HierarchyDescriptor(Expression<Func<object, IEnumerable>> hierarchySelector)
Parameters:hierarchySelectorExpression<Func<object, IEnumerable>>

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; }