[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.IsEditable

IsEditable Method

IsEditable(bool)

Configurates IsEditable. Sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).

Declaration
public virtual TBuilder IsEditable(bool value)
Public Overridable Function IsEditable(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.