TreeListColumnEditFormSettings.RowSpan Property
Gets or sets the number of rows in the Edit Form that the cell spans.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 1 | An integer value that specifies the number of rows in the Edit Form that the edit cell spans. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RowSpan |
|---|---|
| TreeListDataColumn |
|
See Also