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