BootstrapGridColumnEditFormSettings.ColumnSpan Property
Gets or sets the number of columns in the Data Editing that the cell spans.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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:
Object Type | Path to ColumnSpan |
---|---|
BootstrapGridViewDataColumn |
|
Remarks
If you set the ColumnSpan property to 2, the cell that corresponds to the current column takes up two columns in the Data Editing.
See Also