C1.Win.C1FlexGrid Namespace / RequiredRule Class / Validate Method
The value to check.

In This Topic
Validate Method (RequiredRule)
In This Topic
Performs validation checks on a value.
Syntax
'Declaration
 
Public Overrides Function Validate( _
   ByVal value As Object _
) As EditorValidationFailedReason
 

Parameters

value
The value to check.

Return Value

See Also