Gets or sets the DataTemplateSelector that determines the appearance
of items in the control.
Namespace:
C1.Silverlight.OrgChartAssembly: C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)
Syntax
C# |
---|
public DataTemplateSelector ItemTemplateSelector { get; set; } |
Visual Basic |
---|
Public Property ItemTemplateSelector As DataTemplateSelector Get Set |
Remarks
This property allows you to select different templates based on the items being
displayed. The DataTemplateSelector class has a SelectTemplate
method that takes an item and returns a DataTemplate to be used for
creating that item's visual representation.