The ValidatableModelBase class extends the [ModelBase](/5.4/catel-core/data-handling/modelbase/) class with functionality to validate the model. The
class implements the IDataErrorInfo interface so it is possible to validate the data object and check the
errors. This way, no custom validation code needs to be written outside the data class.
More documentation should be written in the future
Have a question about Catel? Use StackOverflow with the Catel tag!