Click or drag to resize
MultiSelectorFormComponentTPropertiesHtmlOptions Property
Gets or sets the collection of items populated in the component.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public List<HtmlOptionItem> HtmlOptions { get; set; }

Property Value

Type: ListHtmlOptionItem
See Also