ItemsControl.GroupStyle property

0 out of 5 rated this helpful - Rate this topic

Gets a collection of GroupStyle objects that define the appearance of each level of groups.

Syntax


public IObservableVector<GroupStyle> GroupStyle { get; }


<itemsControl>
  <itemsControl.GroupStyle>
    oneOrMoreGroupStyleObjects
  </itemsControl.GroupStyle>
</itemsControl>


XAML Values

oneOrMoreGroupStyleObjects

One or more GroupStyle object elements defined in XAML. Each GroupStyle might contain definitions for HeaderTemplate, ContainerStyle, and Panel that apply for a particular level.

Property value

Type: IObservableVector<GroupStyle>

A collection of GroupStyle objects that define the appearance of each level of groups.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ItemsControl

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.