Scenario:
There is a ClassA with a collection property (MyCustomCollection) that contains elements of the same ClassA.
The ClassA_MyCustomCollection_ListView MasterDetailMode is ListViewAndDetailView.
The MyCustomCollection property is hidden.
At runtime an end-user adds the MyCustomCollection property to the ClassA detail view layout.
Actual result:
Exception:
An end-user can't open the ClassA detail view anymore:
Expected result:
The XAF app doesn't save the broken layout.