Click or drag to resize
SelectorFormComponentTPropertiesGetItems Method

Note: This API is now obsolete.

Returns collection of items populated in component.

This method is obsolete. Use GetHtmlOptions method instead.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use/override 'GetHtmlOptions()' method instead.")]
protected virtual IEnumerable<SelectListItem> GetItems()

Return Value

Type: IEnumerableSelectListItem
See Also