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

In This Topic
Validate Method (StringLengthRule)
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