| description | WideEntries Element |
|---|---|
| ms.date | 08/25/2021 |
| title | WideEntries Element |
Provides the definitions of the wide view. The wide view must specify one or more definitions.
- Configuration Element
- ViewDefinitions Element
- View Element
- WideControl Element
- WideEntries Element
<WideEntries>
<WideEntry>...</WideEntry>
</WideEntries>
The following sections describe the attributes, child elements, and parent element of the
WideEntries element. At least one child element must be specified.
None.
| Element | Description |
|---|---|
| WideEntry Element | Provides a definition of the wide view. |
| Element | Description |
|---|---|
| WideControl Element | Defines a wide (single value) list format for the view. |
A wide view is a list format that displays a single property value or script value for each object. For more information about the components of a wide view, see Wide View Components.
The following example shows a WideEntries element that defines a single WideEntry element. The
WideEntry element contains a single WideItem element that defines what property or script value
is displayed in the view.
<WideControl>
<WideEntries>
<WideEntry>
<WideItem>...</WideItem>
<WideEntry>
</WideEntries>
</WideControl>For a complete example of a wide view, see Wide View (Basic).