Phone control properties
You can view and change the values for the following properties of this control:
| Basic Property | Description |
|---|---|
| Caption |
The label to display on the form for this control. |
| Tooltip |
The text that displays as a tooltip when the user mouse hovers over the control. |
| Read Only |
Do not allow modifications on form. |
| Advanced Property | Description |
|---|---|
| Visible | Display or hide this control on the form. |
| Enabled | Allows user to interact with this control. |
| Max Length | Maximum number of characters user can enter. |
| Required | Requires a value when saving the data. |
| Data Bindings | Defines where the data for the control is received from. This information is read-only in the Web Form Designer. |
| Control Id | Identifier for this control. This information is read-only in the Web Form Designer. |
| Control Type | Application control type. This information is read-only in the Web Form Designer. |
| Layout Property | Description |
|---|---|
| Row | Row number of the control. |
| Column | Column number of the control. |
| Row Span | Number of cells the control occupies vertically. |
| Column Span | Number of cells the control occupies horizontally. |