Form.IsRequiredField

Form.IsRequiredField method

Determines whether field is required or not.

public bool IsRequiredField(string fieldName)
ParameterTypeDescription
fieldNameStringThe name of field.

Return Value

True - the field is required; otherwise, false.

See Also