Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the .NET property that triggers the condition. When this property is present or when it
evaluates to true
, the condition is met, and the table entry is used.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- TableControl Element
- TableRowEntries Element
- TableRowEntry Element
- EntrySelectedBy Element
- SelectionCondition Element
- PropertyName Element
Syntax
<PropertyName>.NetTypeProperty</PropertyName>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
PropertyName
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
SelectionCondition Element for EntrySelectedBy for TableRowEntry | Defines the condition that must exist for this table entry to be used. |
Text Value
Specify the .NET property name.
Remarks
The selection condition must specify at least one property name or a script block, but cannot specify both. For more information about how selection conditions can be used, see Defining Conditions for when a View Entry or Item is Used.
For more information about the components of a table view, see Creating a Table View.
See Also
Defining Conditions for When Data Is Displayed
ScriptBlock Element for SelectionCondition for EntrySelectedBy for TableRowEntry
SelectionCondition Element for EntrySelectedBy for TableRowEntry