Click or drag to resize
FormComponentConfiguratorTFormComponent Class
Represents a FormComponent configurator which is used to configure a form component instance defined by EditingComponentAttribute.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentConfiguratorTFormComponent

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class FormComponentConfigurator<TFormComponent> : IFormComponentConfigurator
where TFormComponent : FormComponent

Type Parameters

TFormComponent
Type of the form component to configure.

The FormComponentConfiguratorTFormComponent type exposes the following members.

Constructors
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