ListViewBase.HeaderTemplate property

This topic has not yet been rated - Rate this topic

Gets or sets the DataTemplate used to display the content of the view header.

Syntax


public DataTemplate HeaderTemplate { get; set; }


<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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase
Header
HeaderTransitions

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.