========================================
This example is now obsolete and is no longer maintained, because this custom VGridControl layout implementation is now quite rare. Second, it is better to implement a custom LayoutManager for this task, rather than embedding a fake ViewItem into the existing DetailView layout.
========================================
In this example, I have created a custom ViewItem based on the VGridControl.
The idea is to remove all layout items that you want to show in the vertical grid and instead of them place our single ViewItem onto the layout.
Then, all the editors for business object properties will be generated with the help of the VGridControl.
To use this custom item, you should customize the required DetailView in the Model Editor as shown in the WinSolution.Module.Win\Model.DesignedDiffs.xafml file.
See Also:
XtraVerticalGrid Home
Implement Custom Detail View Items