Click or drag to resize
IFormComponentConfigurator Interface
Represents a FormComponent configurator.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IFormComponentConfigurator

The IFormComponentConfigurator type exposes the following members.

Properties
  NameDescription
Public propertyDependencyFieldName
Name of the dependency field which will trigger the configurator when changed.
Top
Methods
  NameDescription
Public methodConfigure
Configures the form component.
Public methodConfigureValue
Sets value of form component.
Top
See Also