FormField Properties

The FormField type exposes the following members.

Properties
  NameDescription
Public propertyId
Get or set Id of field.
Public propertyInputType
Get or set input type of field.
Public propertyIsRequired
Get or set value that define field as required.
Public propertyLabel
Get or set label of field.
Public propertyName
Get or set name of field.
Public propertyPlaceholder
Get or set placeholder of field.
Public propertyValue
Get or set value of field.
See Also