[]
Configurates IsRequired. Sets a value indicating whether the control value must be a number or whether it can be set to null (by deleting the content of the control).
public InputNumberBuilder IsRequired(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
InputNumberBuilder | Current builder. |