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