Click or drag to resize
IObjectSelectorComponentBaseTProperties, TSelectorItemGetSelectedListItems Method
Gets synchronously the selected list items.

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IEnumerable<SelectListItem> GetSelectedListItems()

Return Value

Type: IEnumerableSelectListItem
See Also