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