GroupStyle.HeaderContainerStyle Property
Definition
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);
public Style HeaderContainerStyle { get; set; }
var style = groupStyle.headerContainerStyle;
groupStyle.headerContainerStyle = style;
Public Property HeaderContainerStyle As Style
<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.