Configurates
C1.Web.Mvc.DropDown.IsRequired. Sets a value indicating whether the control value must be a non-empty string.
Syntax
'Declaration
Public Overrides Function IsRequired( _
ByVal As Boolean _
) As
public override IsRequired(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also