ComponentOne Input for WinForms
Using the C1Input Controls / Validating Data / Typed Value Validation (PostValidation)
In This Topic
    Typed Value Validation (PostValidation)
    In This Topic

    PostValidation allows you to validate the typed Value entered by the user.

    The PostValidation class allows you to:

    To distinguish between declarative and programmatic validation, use the PostValidation property with two possible values: ValuesAndIntervals and PostValidatingEvent. Note that PostValidatingEvent disables automatic validation of values and intervals. Call the ValidateValuesAndIntervals method from the event code if you want to combine event code with values and intervals validation.

    See Also