Click or drag to resize
ObjectSelectorComponentBaseTProperties, TSelectorItemSelectedItemValues Property
Gets the currently selected typed values.

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected IEnumerable<TSelectorItem> SelectedItemValues { get; }

Property Value

Type: IEnumerableTSelectorItem
See Also