Class
TypedSelectDescriptor

Represents a SelectDescriptor, which is applied only for the type specified by the TypeName property.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class TypedSelectDescriptor : SelectDescriptor, ISuspendNotifications, ITypedSelectDescriptor, ISelectDescriptor, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorDescriptorBaseSelectDescriptorTypedSelectDescriptor

Derived Classes: ConstantSelectDescriptorHierarchySelectDescriptor

Implements: INotifyPropertyChangedISelectDescriptorISuspendNotificationsITypedSelectDescriptor

Inherited Members SelectDescriptor.CreateSelectExpression(Expression)SelectDescriptor.SourceMemberNameSelectDescriptor.ProjectedMemberTypeSelectDescriptor.ProjectedMemberNameDescriptorBase.OnPropertyChanged(PropertyChangedEventArgs)DescriptorBase.OnPropertyChanged(string)DescriptorBase.SuspendNotifications()DescriptorBase.ResumeNotifications()DescriptorBase.NotificationsSuspendedDescriptorBase.PropertyChangedInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

TypedSelectDescriptor()

Declaration

cs-api-definition
public TypedSelectDescriptor()

Properties

TypeName

Gets or sets the name of the type.

Declaration

cs-api-definition
public string TypeName { get; set; }

Property Value

string

The name of the type.

Implements ITypedSelectDescriptor.TypeName