Click or drag to resize
IEditingComponentConfiguratorConfigureFormComponentProperties Method
Configures given formComponentProperties according to propertyInfo's attributes. The EditingComponentAttribute and EditingComponentPropertyAttribute classes are supported.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when propertyInfo or formComponentProperties is null.
InvalidOperationExceptionThrown when an EditingComponentPropertyAttribute of propertyInfo specifies a property which does not exist within formComponentProperties.
See Also