ComponentOne CalendarView for WinForms
CalendarView for WinForms / Using Controls / DateEdit Features / Data Validation
In This Topic
    Data Validation
    In This Topic

    The DateEdit control supports data validation of two types, pre-validation and PostValidation. pre-validation is data validation of the raw input string, while PostValidation is that of the typed value entered by the user.

    The following sections describe pre-validation and post-validation in DateEdit.

    Pre-validation
    Learn how to implement pre-validation in DateEdit.
    Post-validation
    Learn how to implement post-validation in DateEdit.
    See Also