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.
Provides a definition of the wide view.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- WideControl Element
- WideEntries Element
- WideEntry Element
Syntax
<WideEntry>
<EntrySelectedBy>...</EntrySelectedBy>
<WideItem>...</WideItem>
</WideEntry>
Attributes and Elements
The following sections describe the attributes, child elements, and the parent element of the
WideEntry element. You must specify a single WideItem child element.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| EntrySelectedBy Element for WideEntry | Optional element. Defines the .NET types that use this wide entry definition or the condition that must exist for this definition to be used. |
| WideItem Element | Required element. Defines the property or script whose value is displayed. |
Parent Elements
| Element | Description |
|---|---|
| WideEntries Element | Provides the definitions of the wide view. |
Remarks
A wide view is a list format that displays a single property value or script value for each object. Unlike other types of views, you can specify only one item element for each view definition. For more information about the other components of a wide view, see Creating a Wide View.
Example
The following example shows a WideEntry element that defines a single WideItem element. The
WideItem element defines the property whose value is displayed in the view.
<WideEntries>
<WideEntry>
<WideItem>
<PropertyName>ProcessName</PropertyName>
</WideItem>
</WideEntry>
</WideEntries>
For a complete example of a wide view, see Wide View (Basic).
See Also
SelectionCondition Element for WideEntry
SelectionSetName Element for WideEntry