GroupStyle.HeaderContainerStyle Property

Definition

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

C#
public Style HeaderContainerStyle { get; set; }
XAML
<GroupStyle ...>
  <GroupStyle.HeaderContainerStyle>
    <Style TargetType="headerItemType">
      oneOrMoreSetters
    </Style>
  </GroupStyle.HeaderContainerStyle>
</GroupStyle>

Property Value

The style that is applied to the header for each item. 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