GroupStyle.HeaderContainerStyle Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style that is applied to the header for each item.
public:
property Style ^ HeaderContainerStyle { Style ^ get(); void set(Style ^ value); };
Style HeaderContainerStyle();
void HeaderContainerStyle(Style value);
C#
public Style HeaderContainerStyle { get; set; }
var style = groupStyle.headerContainerStyle;
groupStyle.headerContainerStyle = style;
Public Property HeaderContainerStyle As Style
XAML
<GroupStyle ...>
<GroupStyle.HeaderContainerStyle>
<Style TargetType="headerItemType">
oneOrMoreSetters
</Style>
</GroupStyle.HeaderContainerStyle>
</GroupStyle>
The style that is applied to the header for each item. The default is null.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |