Class GeneratedFormViewModel
- Namespace
- Kentico.PageBuilder.Web.Mvc
- Assembly
- Kentico.Content.Web.Mvc.dll
View model for rendering an automatically generated form.
public sealed class GeneratedFormViewModel
- Inheritance
-
objectGeneratedFormViewModel
- Extension Methods
Properties
FormComponents
Gets or sets a collection of FormComponents that will be rendered in the automatically generated form.
public IEnumerable<FormComponent> FormComponents { get; set; }
Property Value
- IEnumerable<FormComponent>