LayoutGroup Constructors
Represents a container that arranges its items side by side (in a single row or column) or as tabs. The LayoutGroup cannot be used outside a LayoutControl or DataLayoutControl.| Name | Description |
|---|---|
| LayoutGroup() | Initializes a new instance of the LayoutGroup class. |
See Also