Back to Devexpress

GridColumnEditFormSettings.ColumnSpan Property

aspnet-devexpress-dot-web-dot-gridcolumneditformsettings-740b341a.md

latest1.8 KB
Original Source

GridColumnEditFormSettings.ColumnSpan Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int ColumnSpan { get; set; }
vb
<DefaultValue(0)>
Public Property ColumnSpan As Integer

Property Value

TypeDefaultDescription
Int320

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:

Object TypePath to ColumnSpan
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

RowSpan

Grid View

GridColumnEditFormSettings Class

GridColumnEditFormSettings Members

DevExpress.Web Namespace