Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.14 KB

groupstyle_containerstyleselector.md

File metadata and controls

36 lines (24 loc) · 1.14 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.GroupStyle.ContainerStyleSelector
winrt property

Windows.UI.Xaml.Controls.GroupStyle.ContainerStyleSelector

-description

Note

ContainerStyleSelector may be altered or unavailable for releases after Windows 8.1 and is not supported for ItemsControl.GroupStyle.

Gets or sets a reference to a custom StyleSelector logic class. The StyleSelector referenced by this property returns a style to apply to each generated GroupItem.

-xaml-syntax

<GroupStyle ContainerStyleSelector="styleSelectorReference" />

-xaml-values

styleSelectorReference
styleSelectorReferenceA reference to an existing StyleSelector. Typically this is a keyed resource, which you reference through {StaticResource} markup extension.
## -property-value An object that derives from [StyleSelector](styleselector.md). The default is **null**.

-remarks

-examples

-see-also