Hub.HeaderTemplate Property

Definition

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

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

Property Value

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

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also