Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains one or more Tab elements.
<TabGroup Padding="(left, top, right, bottom)" Margin="(left, top, right, bottom)">
<Tab>…</Tab>
</TabGroup>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
Padding |
Optional TabGroupType attribute. The amount of space around the inside border of the control. |
Margin |
Optional TabGroupType attribute. The amount of space around the outside border of the control. |
Child Elements
| Element | Description |
|---|---|
Tab |
Required element. Defines a tab for the form. |
Parent Elements
| Element | Description |
|---|---|
Layout |
Required element. Defines how the elements on the work item form are displayed. |
Column |
Required element. Defines columns for the form. |
Tab |
Required element. Defines a tab for the form. |
Remarks
TabGroup is an optional element of Layout, Column, and Tab.
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Element Type |
TabGroupType |
Can Be Empty |
No |
See Also
Reference
Tab Element (Work Item Type Definition Schema)
Layout Element (Work Item Type Definition Schema)
Column Element (Work Item Type Definition Schema)