MapItemsControl.ItemTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the DataTemplate used to display each item.
DataTemplate ItemTemplate();
void ItemTemplate(DataTemplate value);
public DataTemplate ItemTemplate { get; set; }
var dataTemplate = mapItemsControl.itemTemplate;
mapItemsControl.itemTemplate = dataTemplate;
Public Property ItemTemplate As DataTemplate
Property Value
The DataTemplate used to display each item.