Class TypedSelectDescriptor
Represents a SelectDescriptor, which is applied only for the type specified by the TypeName property.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TypedSelectDescriptor : SelectDescriptor, ISuspendNotifications, ITypedSelectDescriptor, ISelectDescriptor, INotifyPropertyChanged
Constructors
TypedSelectDescriptor()
Declaration
public TypedSelectDescriptor()
Properties
TypeName
Gets or sets the name of the type.
Declaration
public string TypeName { get; set; }
Property Value
System.String
The name of the type. |