Represents a group of items within a Grid. The element has no external
representation and is intended to make it convenient to hide/show groups of items using the If
,
Show
, Hide
properties.
The GridGroup Element is transparent in terms of attached properties. This means that the attached properties
(such as, for example, Grid.Row
, Grid.Col
) of the children will refer not to the GridGroup,
but to the parent Grid container.
Inherits: Container : UIElement : UIElementBase
Element does not contain its own properties. Base item properties..
Note! Since the element does not have its own representation, from all the properties of the base item it is allowed to use only the properties associated with the display
(If
, Show
, Hide
). It makes no sense to specify any other properties.