Gets or sets the DataTemplate used to display each item.
Syntax
public: property DataTemplate^ ItemTemplate { DataTemplate^ get(); void set (DataTemplate^ value); }
<itemsControl> <itemsControl.ItemTemplate> singleDataTemplate </itemsControl.ItemTemplate> </itemsControl>
<itemsControl ItemTemplate="resourceReferenceToDataTemplate"/>
XAML Values
- singleDataTemplate
-
A single DataTemplate object element. That DataTemplate would typically have multiple child elements that define the visual appearance of the data representation.
- resourceReferenceToDataTemplate
-
A resource reference to an existing DataTemplate from a resources collection. The resource reference must specify the desired DataTemplate by key through a StaticResource usage.
Property value
Type: DataTemplate
The template that specifies the visualization of the data objects. The default is null.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013