Class FormBuilderPage
View model for rendering Form builder page.
public class FormBuilderPage
- Inheritance
-
objectFormBuilderPage
- Extension Methods
Properties
AvailableFormBuilderComponents
Collection of identifiers of form components that should be available in form builder.
public string AvailableFormBuilderComponents { get; set; }
Property Value
- string
DisplayPropertiesEditor
Indicates that some of form builder components are not migrated.
public bool DisplayPropertiesEditor { get; set; }
Property Value
- bool
Id
Id of the displayed form.
public int Id { get; set; }
Property Value
- int