Configurates
C1.Web.Mvc.ComboBoxBase<T>.IsEditable. 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 Function IsEditable( _
ByVal As Boolean _
) As
public virtual IsEditable(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also