[]
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)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |