Click or drag to resize
FormFieldRenderingConfigurationDefault Property
Gets or sets the default form rendering configuration. The default configuration wraps the form field in a 'div' element with no attributes and renders a colon after the label. The configuration can be adjusted for individual form components using the GetConfiguration event.

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

Property Value

Type: FormFieldRenderingConfiguration
See Also