Skip to main content

FormControlData

The FormControlData class represents data associated with a form control, including its name, value, and display text.

Properties

NameDescription
TextThe display text associated with the form control.
NameThe name of the form control.
ValueThe value associated with the form control.