OrgChart for WinRT
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.