Click or drag to resize
EditingComponentConfigurationAttribute Class
Allows to configure a form component instance, specified by the EditingComponentAttribute.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Forms.Web.MvcEditingComponentConfigurationAttribute

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class EditingComponentConfigurationAttribute : Attribute
Constructors
  NameDescription
Public methodEditingComponentConfigurationAttribute(Type)
Initializes a new instance of the EditingComponentConfigurationAttribute class.
Public methodEditingComponentConfigurationAttribute(Type, String)
Initializes a new instance of the EditingComponentConfigurationAttribute class.
Top
Remarks
The configurator is invoked after all the form component properties are set. The visibility conditions are not evaluated yet.
See Also