It's possible to update data in DB by using the ASPxFormLayout with an Eval binding expression:
- Set the LayoutItemBase.Name;
- Bind editors in LayoutItems with an Eval binding expression;
- Loop thru the layout items and set the SqlDataSource parameter default valuea depending on the layout items names.