TreeListColumnEditFormSettings.VisibleIndex Property
Gets or sets the edit cell’s position within the Edit Form.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the edit cell’s position within the Edit Form. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to VisibleIndex |
---|---|
TreeListDataColumn |
|
Remarks
If the VisibleIndex property is set to -1, the edit cell’s position among other edit cells within the Edit Form depends on the position of the data column to which it corresponds. The data column’s visual position among the visible columns within the ASPxTreeList is specified by its VisibleIndex property.
See Also