C1.Win.Input.Base Namespace / C1TextBoxBase Class / PostValidation Property

In This Topic
PostValidation Property (C1TextBoxBase)
In This Topic
Gets a validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation).
Syntax
'Declaration
 
Public ReadOnly Property PostValidation As PostValidation
 
See Also