Click or drag to resize
SectionPropertiesModelFormComponents Property
Collection of FormComponents that will be rendered in the form generated based on section properties.

Namespace: Kentico.Forms.Web.Mvc.Internal
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