Form | 
public class FormElementVisibilityCondition
The FormElementVisibilityCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| FormElementVisibilityCondition | Initializes a new instance of the FormElementVisibilityCondition class | 
| Name | Description | |
|---|---|---|
| Condition | The condition that should be applied | |
| TargetDataIndex | This is the actual and reliable data-index that could be used for the dynamic visiblity Algorithm: [FormElementIndex (only counting dataelements, no TextBlocks and Sections)] + [number of FormElementStatistic between index 0 and TargetElementIndex] + (TargetStatisticsIndex.HasValue ? TargetStatisticsIndex.Value + 1 : 0) | |
| TargetElementIndex | The index of the FormElement that is used for dynamic visibility. This should only be used by the formdesigner. | |
| TargetStatisticsIndex | The statistical index hat may be used for dynamic visibility. This should only be used by the formdesigner. | |
| Value | The value used for triggering visiblity |