Layout

Docs

The layout of the edit form can be modified by using the LayoutColumns property which will distribute the fields over the specified number of columns.

Razor
                                
                                        
    @(new DbNetEditCore("northwind", "customers") { LayoutColumns = 2 }.Render())