HtmlOptionItemSelected Property |
Gets or sets a value that indicates whether this
HtmlOptionItem is selected.
This property is typically rendered as a
attribute in the
HTML element.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public bool Selected { get; set; }
Property Value
Type:
BooleanSee Also