[]
        
(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)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.