Click or drag to resize
GeneratedFormViewModelFormComponents Property
Gets or sets a collection of FormComponents that will be rendered in the automatically generated form.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<FormComponent> FormComponents { get; set; }

Property Value

Type: IEnumerableFormComponent
See Also