[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputColorBuilder.IsRequired

IsRequired Method

IsRequired(bool)

Configurates IsRequired. Sets a value indicating whether the control value must be a color or whether it can be set to null (by deleting the content of the control).

Declaration
public override InputColorBuilder IsRequired(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
InputColorBuilder

Current builder.

Overrides