Click or drag to resize
HtmlOptionItemSelected Property
Gets or sets a value that indicates whether this HtmlOptionItem is selected. This property is typically rendered as a
selected="selected"
attribute in the
<option>
HTML element.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool Selected { get; set; }

Property Value

Type: Boolean
See Also