The RadioButtonField type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CalculateAction |
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.) | |
| CanBeDeselected |
Whether this field can be deselected. (like the CheckBox field)
| |
| DefaultValue |
The default value associated with this field.
(Inherited from ValueField.) | |
| Export |
This field is included when the form is exported or submitted.
(Inherited from Field.) | |
| FormatAction |
The action that will be executed before a field is displayed.
(Inherited from ValueField.) | |
| FormattedValue |
The Formatted Value.
(Inherited from ValueField.) | |
| FullName |
The fully qualified name for this field.
(Inherited from Field.) | |
| KeyStrokeAction |
An action that will be executed when a user types a key-stoke (or an other item is selected from a list).
(Inherited from ValueField.) | |
| MappingName |
Used when exporting data from the document.
(Inherited from Field.) | |
| Options |
Contains all options from which a choice can be made. An option has both
an exported name and a reference to the associated widget.
| |
| RadioButtonDefaultValue |
The default value for this field.
| |
| RadioButtonValue |
The value for this field.
| |
| ReadOnly |
Read-only state of this field.
(Inherited from Field.) | |
| RequiredMode |
The required mode for this field.
(Inherited from Field.) | |
| ToolTip |
The name of the field as used in the user interface.
(Inherited from Field.) | |
| ValidateAction |
An action that will be executed for field value validation (when setting the value).
(Inherited from ValueField.) | |
| Value |
The value associated with this field.
(Inherited from ValueField.) | |
| Widgets |
The asociated widgets for this field.
(Inherited from Field.) | |
| XfaInfo |
Additional XFA specific information for this field.
(Inherited from Field.) |