ItemsControl.GroupStyle 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 a collection of GroupStyle objects that define the appearance of each level of groups.
public:
property IObservableVector<GroupStyle ^> ^ GroupStyle { IObservableVector<GroupStyle ^> ^ get(); };
IObservableVector<GroupStyle> GroupStyle();
public IObservableVector<GroupStyle> GroupStyle { get; }
var iObservableVector = itemsControl.groupStyle;
Public ReadOnly Property GroupStyle As IObservableVector(Of GroupStyle)
<itemsControl>
<itemsControl.GroupStyle>
oneOrMoreGroupStyleObjects
</itemsControl.GroupStyle>
</itemsControl>
Property Value
A collection of GroupStyle objects that define the appearance of each level of groups.
Remarks
Note
GroupStyle.ContainerStyle and GroupStyle.ContainerStyleSelector are deprecated in Windows 8.1, and are ignored in ItemsControl.GroupStyle.