| Class | Description | |
|---|---|---|
![]() | C1DateEdit | This is a legacy control; use C1.Win.Calendar.C1DateEdit instead. |
![]() | C1TextBox | The main data bound control used for entering and editing information in a text form. Supports data formatting for all data types, including special features for date-time formats. Also supports edit mask, data validation and other features. |
![]() | FormatInfo | Settings for data formatting, converting data to string. |
![]() | MaskInfo | Contains edit mask settings. |
![]() | ParseInfo | Contains settings affecting parsing, that is, converting a string to the required data type. |
![]() | PostValidation | Validating the typed value after parsing, after the input string has been converted to the DataType. |
![]() | PreValidation | Validating the input string entered by the user, before parsing. |
| Enumeration | Description | |
|---|---|---|
![]() | FormatTypeEnum | Used by FormatType property. |
![]() | PostValidationTypeEnum | Used by PostValidation.Validation property. |
![]() | PreValidationTypeEnum | Used by PreValidation.Validation property. |