Table of Contents

Class EditingComponentConfigurationAttribute

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

Allows to configure a form component instance, specified by the EditingComponentAttribute.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class EditingComponentConfigurationAttribute : Attribute
Inheritance
object
Attribute
EditingComponentConfigurationAttribute
Extension Methods

Remarks

The configurator is invoked after all the form component properties are set. The visibility conditions are not evaluated yet.

Constructors

EditingComponentConfigurationAttribute(Type)

Initializes a new instance of the EditingComponentConfigurationAttribute class.

public EditingComponentConfigurationAttribute(Type configuratorType)

Parameters

configuratorType Type

FormComponent configurator type.

EditingComponentConfigurationAttribute(Type, string)

Initializes a new instance of the EditingComponentConfigurationAttribute class.

public EditingComponentConfigurationAttribute(Type configuratorType, string dependencyFieldName)

Parameters

configuratorType Type

FormComponent configurator type.

dependencyFieldName string

Name of the dependency field which will trigger the configurator when changed.