[]
Configurates IsSubmitOnChange. Sets the property to determine whether to submit the value in the OnChange event of the input
public FlexGridSearchBuilder IsSubmitOnChange(bool value)
Public Function IsSubmitOnChange(value As Boolean) As FlexGridSearchBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| FlexGridSearchBuilder | Current builder. |