The following tables list the members exposed by Field.
Name | Description | |
---|---|---|
AlternateName | Gets a value indicating the alternate name / tooltip. | |
DefaultValues | Gets or sets the default values of the field. | |
FullName | Gets the full name. | |
MappingName | Gets a value indicating the mapping name. | |
NoExport | Gets or sets a value indicating whether this field is included when the form is submitted. | |
PartialName | Gets the partial name. | |
ReadOnly | Gets or sets a value indicating whether the field can or cannot be changed. | |
Required | Gets or sets a value indicating whether the form can be submitted if the field is not filled. | |
Type | Gets the type of the field. | |
Values | Gets or sets the values of the field. | |
Widgets | Gets the widgets of a field. |
Name | Description | |
---|---|---|
AddWidget | Creates and adds a widget to the field. | |
RemoveWidget | Removes a widget from the field. | |
RemoveWidgets | Removes all widgets from the field. | |
Reset | Resets the field's value to the field's default value. | |
SetWidget | Deletes all widgets currently on the page, creates a widget annotation on the specified page and at the specified location, and then attaches the widget to the field. |