Table of Contents

Class GetFormWidgetRenderingConfigurationEventArgs

Namespace
Kentico.Forms.Web.Mvc.Widgets
Assembly
Kentico.Content.Web.Mvc.dll

Arguments of event represented by GetFormWidgetRenderingConfigurationHandler.

public class GetFormWidgetRenderingConfigurationEventArgs : CMSEventArgs
Inheritance
object
EventArgs
GetFormWidgetRenderingConfigurationEventArgs
Inherited Members
Extension Methods

Properties

Configuration

Gets or sets the configuration to be used for rendering.

public FormWidgetRenderingConfiguration Configuration { get; set; }

Property Value

FormWidgetRenderingConfiguration

Form

Gets the BizFormInfo for which the rendering configuration is being retrieved.

public BizFormInfo Form { get; }

Property Value

BizFormInfo

FormComponents

Collection of actually rendered form components.

public IEnumerable<FormComponent> FormComponents { get; }

Property Value

IEnumerable<FormComponent>

FormWidgetProperties

FormWidgetProperties of currently displayed form.

public FormWidgetProperties FormWidgetProperties { get; }

Property Value

FormWidgetProperties

Remarks

Property is null within a form submit action.