[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidationRule.Validate

Validate Method

Validate(object)

Performs validation checks on a value.

Declaration
public abstract EditorValidationFailedReason Validate(object value)
Public MustOverride Function Validate(value As Object) As EditorValidationFailedReason
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.