InputPanel for UWP | ComponentOne
Features / Data Validation
In This Topic
    Data Validation
    In This Topic

    InputPanel comes with data validation support to provide users the ability to check invalid user input. It supports property level validation through standard and custom attribute markup. You can apply the markup in code to validate data in diverse scenarios, such as checking for unnecessary spaces, null values, or special characters in text, or putting limits on the age being entered in a numeric. In addition, InputPanel provides an event to apply validation rules.

    Learn about these implementations in detail in the topic enlisted below.

    Property level validation
    Learn how to implement property level validation in code.
    Data validation through event
    Learn how to apply different transformations in code.