Gets or sets the template used to visualize objects stored as elements in the ItemLinksSource collection. This is a dependency property.
public DataTemplate ItemTemplate { get; set; }
Public Property ItemTemplate As DataTemplate
The DataTemplate must be defined as a ContentControl with a BarItem object descendant as the content.
The ItemTemplate property supports the MVVM design pattern. See MVVM Support to learn more.