Click or drag to resize
FormFieldRenderingConfigurationRootConfiguration Property
Gets or sets the rendering configuration of an element wrapping the form's field. A field consists of a label and an editor.

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

Property Value

Type: ElementRenderingConfiguration
See Also