-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle |
winrt property |
Gets or sets the style that is applied to the header for each item.
<GroupStyle ...>
<GroupStyle.HeaderContainerStyle>
<Style TargetType="headerItemType">
oneOrMoreSetters
</Style>
</GroupStyle.HeaderContainerStyle>
</GroupStyle>
- headerItemType
- headerItemTypeMust use a TargetType of either GridViewHeaderItem or ListViewHeaderItem.
- oneOrMoreSetters
- oneOrMoreSettersOne or more Setter elements with Property attributes that target the dependency properties of either GridViewHeaderItem or ListViewHeaderItem