| description | PropertyName Element for TableColumnItem for TableControl |
|---|---|
| ms.date | 08/24/2021 |
| title | PropertyName Element for TableColumnItem for TableControl |
Specifies the property whose value is displayed in the column of the row.
- Configuration Element
- ViewDefinitions Element
- View Element
- TableControl Element
- TableRowEntries Element
- TableRowEntry Element
- TableColumnItems Element
- TableColumnItem Element
- PropertyName Element
<PropertyName>.NetTypeProperty</PropertyName>The following sections describe attributes, child elements, and parent element of the PropertyName
element.
None.
None.
| Element | Description |
|---|---|
| TableColumnItem Element | Defines the property or script whose value is displayed in the column of the row. |
Specify the name of the property whose value is displayed.
For more information about the components of a table view, see Creating a Table View.
This example shows a TableColumnItem element that specifies the Status property of the System.Diagnostics.Process
object.
<TableColumnItem>
<Alignment>Centered</Alignment>
<PropertyName>Status</PropertyName>
</TableColumnItem>