Input for WinForms | ComponentOne
Inheritance Hierarchy
In This Topic
    C1.Win.Input.Validation Namespace
    In This Topic
    Classes
     ClassDescription
    ClassCustom user-defined characters (placeholders) used in edit mask and in wildcard patterns in pre-validation
    ClassSettings affecting error handling.
    ClassContains settings affecting parsing, that is, converting a string to the required data type.
    ClassA collection of CustomPlaceholder objects.
    ClassValidating the typed value after parsing, after the input string has been converted to the DataType.
    ClassValidating the input string entered by the user, before parsing.
    ClassAn interval in a collection of intervals of possible values used in post-validation.
    ClassA collection of ValueInterval objects used by a PostValidation object. The collection is used if the Validation = PostValidationTypeEnum.ValuesAndIntervals or if the user calls the ValidateValuesAndIntervals method.
    See Also