Click or drag to resize
ComparisonTypeSelectorComponentTComparisonEnumGetComparisonTypeOptions 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: 13.0.131
Syntax
C#
protected virtual IEnumerable<HtmlOptionItem> GetComparisonTypeOptions()

Return Value

Type: IEnumerableHtmlOptionItem
See Also