Click or drag to resize
ComparisonTypeSelectorComponentTComparisonEnumComparisonTypes Property
Gets enumeration of available comparison types to populate the selector.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<SelectListItem> ComparisonTypes { get; }

Property Value

Type: IEnumerableSelectListItem
See Also