-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.ItemsControl.GroupStyle |
winrt property |
Gets a collection of GroupStyle objects that define the appearance of each level of groups.
<itemsControl>
<itemsControl.GroupStyle>
oneOrMoreGroupStyleObjects
</itemsControl.GroupStyle>
</itemsControl>
- oneOrMoreGroupStyleObjects
- oneOrMoreGroupStyleObjectsOne or more GroupStyle object elements defined in XAML. Each GroupStyle might contain definitions for HeaderTemplate and Panel that apply for a particular level.
Note
GroupStyle.ContainerStyle and GroupStyle.ContainerStyleSelector are deprecated in Windows 8.1, and are ignored in ItemsControl.GroupStyle.