Click or drag to resize
HtmlOptionItemDisabled Property
Gets or sets a value that indicates whether this HtmlOptionItem is disabled. This property is typically rendered as a
disabled="disabled"
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 Disabled { get; set; }

Property Value

Type: Boolean
See Also