The FormControlData class represents data associated with a form control, including its name, value, and display text.
Properties
| Name | Description |
|---|
| Text | The display text associated with the form control. |
| Name | The name of the form control. |
| Value | The value associated with the form control. |