[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.IsRequired

IsRequired Method

IsRequired(bool)

Configurates IsRequired. Sets a value that determines whether the control value must be set to a non-null value or whether it can be set to null (by deleting the content of the control).

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

The value.

Returns
Type Description
TBuilder

Current builder.

Overrides