Skip to main content

FormControlData

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

Properties

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