Click or drag to resize
HtmlOptionItemText Property
Gets or sets a value that indicates the display text of this HtmlOptionItem. This property is typically rendered as the inner HTML 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 string Text { get; set; }

Property Value

Type: String
See Also