Click or drag to resize
FormComponentTProperties, TValueSetValue Method
Sets the value of the form component. Implement in a subclass to set value of a desired property. Method can also be used to decompose passed value into several properties rendered in the resulting form component markup.

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 SetValue(
	TValue value
)

Parameters

value
Type: TValue
Value to be set.
See Also