Gets a collection of all conditional instructions that references to the form fields of the collection. The property's value is an object of type ConditionalInstructionCollection.

Syntax

public ConditionalInstructionCollection ConditionalInstructions { get; }
Public ReadOnly Property ConditionalInstructions As ConditionalInstructionCollection

Limitations

Read only.

Remarks

The collection cannot be modified, if the TextControl.IsFormFieldValidationEnabled property value is set to false or the TextControl.EditMode is set to EditMode.ReadAndSelect.