Click or drag to resize
VisibilityConditionFormFormComponents Property
Collection of form components used for configuring VisibilityCondition.

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

Property Value

Type: IEnumerableFormComponent
See Also