ItemsControl.GroupStyleSelector property

0 out of 3 rated this helpful - Rate this topic

Gets or sets a reference to a custom GroupStyleSelector logic class. The GroupStyleSelector returns different GroupStyle values to use for content based on the characteristics of that content.

Syntax


public GroupStyleSelector GroupStyleSelector { get; set; }


<itemsControl GroupStyleSelector="groupStyleSelectorReference" />

XAML Values

groupStyleSelectorReference

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

Property value

Type: GroupStyleSelector

A reference to a custom GroupStyleSelector logic class.

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.