GroupStyle.ContainerStyle property

This topic has not yet been rated - Rate this topic

Gets or sets the style that is applied to the GroupItem generated for each item.

Syntax


public Style ContainerStyle { get; set; }


<GroupStyle ContainerStyle="styleReference" />


<GroupStyle>
  <GroupStyle.ContainerStyle>
    singleStyle
  </GroupStyle.ContainerStyle>
</GroupStyle>  

XAML Values

styleReference

A reference to an existing Style. Typically this is a keyed resource, which you reference through StaticResource.

singleStyle

A single Style object element defined inline, which declares the style and setters for the group item container.

Property value

Type: Style

The style that is applied to the GroupItem generated for each item. The default is null.

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

GroupStyle
How to group items in a list or grid

 

 

Build date: 3/12/2013

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