Class HierarchySelectDescriptor
Represents a SelectDescriptor used by the Hierarchical
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 Hierarchy
Declaration
public HierarchySelectDescriptor()
Properties
SelectDescriptors
Gets or sets the select descriptors.
Declaration
public SelectDescriptorCollection SelectDescriptors { get; set; }
Property Value
Select The select descriptors. |
Methods
CreateSelectExpression(Expression)
Creates a predicate selection expression used for collection selection.
Declaration
public override Expression CreateSelectExpression(Expression instance)
Parameters
System. The instance expression, which will be used for selection. |
Returns
System. A predicate selection expression. |