Windows.UI.Xaml.Controls.HubSection.HeaderTemplate
June 22, 2022 ยท View on GitHub
-description
Gets or sets the DataTemplate used to display the content of the hub section header.
-xaml-syntax
<HubSection>
<HubSection.HeaderTemplate>
singleDataTemplate
</HubSection.HeaderTemplate>
</HubSection>
- or -
<HubSection HeaderTemplate="resourceReferenceToDataTemplate"/>
-xaml-values
- singleDataTemplate
- singleDataTemplateA single DataTemplate object element. That DataTemplate would typically have multiple child elements that define the visual appearance of the data representation.
- resourceReferenceToDataTemplate
- resourceReferenceToDataTemplateA resource reference to an existing DataTemplate from a resources collection. The resource reference must specify the desired DataTemplate by key through a {StaticResource} markup extension usage.