Table of Contents

Class GetFormFieldRenderingConfigurationEventArgs

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

Arguments of event represented by GetFormFieldRenderingConfigurationHandler.

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

Properties

Configuration

Gets or sets the configuration to be used for rendering.

public FormFieldRenderingConfiguration Configuration { get; set; }

Property Value

FormFieldRenderingConfiguration

FormComponent

Gets the form component for which the rendering configuration is being retrieved.

public FormComponent FormComponent { get; }

Property Value

FormComponent