[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidationRule.Validate

Validate Method

Validate(object)

Performs validation checks on a value.

Declaration
public abstract EditorValidationFailedReason Validate(object value)
Parameters
Type Name Description
object value

The value to check.

Returns
Type Description
EditorValidationFailedReason

None if the value is valid; otherwise, value of corresponding reason.

Remarks

If the corresponding reason is not specified in the EditorValidationFailedReason enumeration this method should return Custom.