Click or drag to resize
ComparisonTypeSelectorComponentTComparisonEnumGetSelectListItems Method
Gets enumeration of select list items whose value is the underlying type's value and text is a localized enum value. Item whose value corresponds to ComparisonType has its Selected flag set to true.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected virtual IEnumerable<SelectListItem> GetSelectListItems()

Return Value

Type: IEnumerableSelectListItem
See Also