Click or drag to resize
FormComponentTProperties, TValueLoadProperties Method
Loads properties of the form component. The actual properties type must match the PropertiesType.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public override void LoadProperties(
	FormComponentProperties properties
)

Parameters

properties
Type: Kentico.Forms.Web.MvcFormComponentProperties
Form component properties to be loaded.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when properties are null.
ArgumentExceptionThrown when properties do not match the PropertiesType.
See Also