Show / Hide Table of Contents

Class FormField

Manages a field on the FeedbackForm

For more help with FormFields, see Custom Form Fields.

Inheritance
Object
FormElement
FormField
Inherited Members
FormElement.Form
FormElement.FormOpened()
FormElement.FormSubmitted()
FormElement.FormClosed()
FormElement.Awake()
Namespace: AeLa.EasyFeedback
Assembly: cs.temp.dll.dll
Syntax
public abstract class FormField : FormElement

Fields

SectionTitle

The title of this field's section on the report

Declaration
public string SectionTitle
Field Value
Type Description
String

SortOrder

Order of the section in the report (lowest first)

Declaration
public int SortOrder
Field Value
Type Description
Int32
Back to top Generated by DocFX