Click or drag to resize
FormComponentTProperties, TValueSetObjectValue Method
Sets the value of the form component. The value must be of proper type or an exception is thrown. The SetValue(TValue) method can be used directly to set the typed default value.

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 SetObjectValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to be set.
See Also