[]
Configurates IsEditable. Sets a value that enables or disables editing of the text in the input element of the ComboBox (defaults to false).
public virtual TBuilder IsEditable(bool value)
Public Overridable Function IsEditable(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |