Click or drag to resize
FormComponentLoadProperties 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 abstract void LoadProperties(
	FormComponentProperties properties
)

Parameters

properties
Type: Kentico.Forms.Web.MvcFormComponentProperties
Form component properties to be loaded.
See Also