Click or drag to resize
GeneratedFormViewModel Class
View model for rendering an automatically generated form.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcGeneratedFormViewModel

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class GeneratedFormViewModel

The GeneratedFormViewModel type exposes the following members.

Constructors
  NameDescription
Public methodGeneratedFormViewModel
Top
Properties
  NameDescription
Public propertyFormComponents
Gets or sets a collection of FormComponents that will be rendered in the automatically generated form.
Top
See Also