Click or drag to resize
FormComponentTProperties, TValueGetObjectValue Method
Gets the value of the form component. The GetValue method can be used directly to obtain the typed 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 Object GetObjectValue()

Return Value

Type: Object
Returns the value of the form component.
See Also