Click or drag to resize
FormComponentTProperties, TValueGetValue Method
Gets the value of the form component. Implement in a subclass to return value of a desired property. Method can also be used to return a value composed of multiple properties if required.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract TValue GetValue()

Return Value

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