ComponentOne ASP.NET MVC Controls
IsEditable Property (ComboBoxBase<T>)

C1.Web.Mvc Namespace > ComboBoxBase<T> Class : IsEditable Property
Gets or sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).
Syntax
'Declaration
 
Public Overridable Property IsEditable As Boolean
public virtual bool IsEditable {get; set;}
See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members