Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

groupstyle_headercontainerstyle.md

File metadata and controls

41 lines (30 loc) · 1.09 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle
winrt property

Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle

-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