Gets or sets the DataTemplate used to display the content of the view header.
Syntax
<listViewBase> <listViewBase.HeaderTemplate> singleDataTemplate </listViewBase.HeaderTemplate> </listViewBase>
<listViewBase HeaderTemplate="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 header object. 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