Click or drag to resize
GetFormWidgetRenderingConfigurationEventArgsFormWidgetProperties Property
FormWidgetProperties of currently displayed form.

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

Property Value

Type: FormWidgetProperties
Remarks
Property is null within a form submit action.
See Also