Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Columns

Group (ColCount=3)
ColSpan=3

ASPxFormLayout provides you with an ability to flexibly customize form layouts by dividing group contents into table cells and position layout elements (items and groups) within cells which can span across several columns or rows. So, the layout of elements in a group can be customized in a manner similar to an HTML TABLE element using colspan and rowspan notions.

You can use a group's ColumnCount property to define the number of logical columns within the group. All layout elements (items and groups) have the ColumnSpan and RowSpan properties allowing you to span them across multiple table cells.

In this demo, a group's ColumnCount property is set to 3, and the memo editor spans across three columns due to its ColumnSpan property set to 3.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos