I have a DxErrorProvider on my form (layoutControl) and it is worrking correctly, I can set or unset the error. My problem is that there is no way that I can tell if there are any errors on my form.
I am trying to accomplish two things:
1) When an error state is changed (Set or unset, type changed, etc) (Basically any call to SetError) I would like to update my OK button in accordance if the form is valid or not (Enabled, Disabled)
2) Access the total number of error and/or get a list of controls that have some error condition or better yet by condition type (Critical, Warning, etc)
Am I missing something? Does anyone have any similar experiances? I am thinking about creating my own control based on the DxErrorProvider to expose the required features.