PropertyName Element for SelectionCondition for Controls for Configuration
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 entry is used. This element is used when defining
a common control that can be used by all the views in the formatting file.
Schema
- Configuration Element
- Controls Element
- Control Element
- CustomControl Element
- CustomEntries Element
- CustomEntry 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 Controls for Configuration | Defines a condition that must exist for a common control definition to be used. |
Text Value
Specify the .NET property name.
Remarks
The selection condition must specify a least one property name or a script, but cannot specify both. For more information about how selection conditions can be used, see Defining Conditions for Displaying Data.
See Also
SelectionCondition Element for EntrySelectedBy for Controls for Configuration
PowerShell