I’m trying to Disable the EpiGroupBox and use the Field Properties. However, I’m getting the Warning below.
I know its just a warning but good practices should have no messages. Any suggestion that I can do something different?
You know what’s funny. Even after coding this in, the warning still remains. Even after i undo what i did. Funny the property still allows for an enable selection, it’s just you can’t use it…
It appears the issue could be that the property still exists in the Custom properties of the XML, even though it shows as true in the properties. I selected it and hit the delete key, got a prompt to delete, then recompiled and the warning was gone.
If its not bound you can use the enabled / disabled that should work… Even if it says “obsolete” that is still a perfectly valid state on a control.
I think there is also a IsReadOnly propery you can investigate.