Windows.UI.Xaml.Controls.GroupItem

July 18, 2022 ยท View on GitHub

-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

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also