Click or drag to resize
EditingComponentConfigurationAttribute Constructor (Type)
Initializes a new instance of the EditingComponentConfigurationAttribute class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public EditingComponentConfigurationAttribute(
	Type configuratorType
)

Parameters

configuratorType
Type: SystemType
FormComponent configurator type.
See Also