Group Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent a group in the form that holds controls in it.
[System.Runtime.Serialization.DataContract]
public class Group
type Group = class
Public Class Group
- Inheritance
-
Group
- Attributes
Constructors
| Group() |
Properties
| Contribution |
Contribution for the group. |
| Controls |
Controls to be put in the group. |
| FromInheritedLayout |
A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner. |
| Height |
The height for the contribution. |
| Id |
The id for the layout node. |
| IsContribution |
A value indicating if the layout node is contribution are not. |
| Label |
Label for the group. |
| Order |
Order in which the group should appear in the section. |
| Overridden |
A value indicating whether this layout node has been overridden by a child layout. |
| Visible |
A value indicating if the group should be hidden or not. |