ComponentOne OrgChart for UWP
ItemTemplateSelector Property

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace > C1OrgChart Class : ItemTemplateSelector Property
Gets or sets the DataTemplateSelector that determines the appearance of items in the control.
Syntax
'Declaration
 
Public Shadows Property ItemTemplateSelector As DataTemplateSelector
public new DataTemplateSelector ItemTemplateSelector {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 Windows.UI.Xaml.DataTemplate to be used for creating that item's visual representation.
See Also

Reference

C1OrgChart Class
C1OrgChart Members