ListViewBase.FooterTemplate Property

Definition

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

C#
public DataTemplate FooterTemplate { get; set; }
XAML
<listViewBase FooterTemplate="resourceReferenceToDataTemplate"/>
- or -
<listViewBase>
  <listViewBase.FooterTemplate>
     <DataTemplate>
      dataTemplateDefinition
    </DataTemplate>
  </listViewBase.FooterTemplate>
</listViewBase>

Property Value

The template that specifies the visualization of the footer object. The default is null.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6