Click or drag to resize
FormFieldRenderingConfigurationWidget Property
Gets rendering configuration for a widget field. 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 Widget { get; set; }

Property Value

Type: FormFieldRenderingConfiguration
See Also