Represents a SelectDescriptor used by the HierarchicalDataCollectionView to project a hierarchical structure.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class HierarchySelectDescriptor : TypedSelectDescriptor, ISuspendNotifications, ITypedSelectDescriptor, ISelectDescriptor, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorDescriptorBaseSelectDescriptorTypedSelectDescriptorHierarchySelectDescriptor...
Implements:
Inherited Members
Constructors
Initializes a new instance of the HierarchySelectDescriptor class.
C#
public HierarchySelectDescriptor()
Properties
Gets or sets the select descriptors.
C#
public SelectDescriptorCollection SelectDescriptors { get; set; }
The select descriptors.
Methods
Creates a predicate selection expression used for collection selection.
C#
public override Expression CreateSelectExpression(Expression instance)
The instance expression, which will be used for selection.
Returns:A predicate selection expression.
Overrides: