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

Parameters

value
Type: System.Collections.GenericIEnumerableTSelectorItem
Value to be set.
See Also