IsEditable Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value that enables or disables editing of the text in the input element of the control (defaults to true).
Syntax
'Declaration
Public Overrides Property IsEditable As Boolean
public override bool IsEditable {get; set;}
See Also