Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle

June 22, 2022 ยท View on GitHub

-description

Gets or sets the style that is applied to the header for each item.

-xaml-syntax

<GroupStyle ...>
  <GroupStyle.HeaderContainerStyle>
    <Style TargetType="headerItemType">
      oneOrMoreSetters
    </Style>
  </GroupStyle.HeaderContainerStyle>
</GroupStyle>

-xaml-values

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
## -property-value The style that is applied to the header for each item. The default is **null**.

-remarks

-examples

-see-also

GridViewHeaderItem, ListViewHeaderItem