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

TreeListColumnEditFormSettings.VisibleIndex Property

Gets or sets the edit cell’s position within the Edit Form.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public int VisibleIndex { get; set; }

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:

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