Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 805 Bytes

groupitem.md

File metadata and controls

29 lines (19 loc) · 805 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.GroupItem
winrt class

Windows.UI.Xaml.Controls.GroupItem

-description

Represents the root element for a subtree that is created for a group.

-xaml-syntax

See Remarks

-remarks

GroupItem can technically be used as an object element in XAML. However, the more common XAML usage that involves GroupItem indirectly is when declaring a ContainerStyle. In this case, the "GroupItem" type is specified as the TargetType for the style/template.

-examples

-see-also

ContentControl, GroupStyle