Interface ITypedSelectDescriptor
Represents a SelectDescriptor, which is applied only for the type specified by the Type
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface ITypedSelectDescriptor : ISelectDescriptor, INotifyPropertyChanged
Properties
TypeName
Gets or sets the name of the type, for which the current SelectDescriptor is applicable.
Declaration
string TypeName { get; set; }
Property Value
System. The name of the type. |