Click or drag to resize
ObjectSelectorComponentBaseTProperties, TSelectorItemGetValue 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.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public override IEnumerable<TSelectorItem> GetValue()

Return Value

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