ComponentOne CalendarView for WinForms
Data Validation
CalendarView for WinForms > Using Controls > DateEdit Features > Data Validation

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