Skip to main content
A newer version of this page is available. .
Tab

GridColumnEditFormSettings.ColumnSpan Property

Gets or sets the number of columns in the Edit Form that the cell spans.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int ColumnSpan { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the number of columns in the rendered Edit Form that the cell spans.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ColumnSpan
ASP.NET Bootstrap Controls BootstrapGridViewDataColumn
.EditFormSettings .ColumnSpan
ASP.NET Web Forms Controls GridViewDataColumn
.EditFormSettings .ColumnSpan

Remarks

If you set the ColumnSpan property to 2, the cell that corresponds to the current column takes up two columns in the Edit Form.

See Also