Click or drag to resize
FormWrapperRenderingConfigurationChildConfiguration Property
Gets or sets child element rendering configuration. Use this property to nest multiple wrapping elements.

Namespace: Kentico.Forms.Web.Mvc.Widgets
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ElementRenderingConfiguration ChildConfiguration { get; set; }

Property Value

Type: ElementRenderingConfiguration
See Also