[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CompareRule.Validate

Validate Method

Validate(object)

Performs validation checks on a value.

Declaration
public override 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, Compare.

Overrides