Gets or sets the
System.Windows.DataTemplate used to display each item.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ItemTemplate As System.Windows.DataTemplate |
| C# | |
|---|
public System.Windows.DataTemplate ItemTemplate {get; set;} |
Property Value
The template that specifies the visualization of the data objects. The default is null.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also