Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Specifies the label that is displayed to the left of the property or script value in the row.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- ListControl Element
- ListEntries Element
- ListEntry Element
- ListItems Element
- ListItem Element
- Label Element
Syntax
<Label>Label for displayed value</Label>
Attributes and Elements
The following sections describe the attributes, child elements, and the parent element of the
Label
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
ListItem Element for ListItems for ListControl | Defines the property or script whose value is displayed in a row of the list view. |
Text Value
Specify the label to be display to the left of the property or script value.
Remarks
If a label is not specified, the name of the property or the script is displayed. For more information about using labels in a list view, see Creating a List View.
Example
The following example shows how to add a label to a row.
<ListItem>
<Label>Property1: </Label>
<PropertyName>DotNetProperty1</PropertyName>
</ListItem>