Skip to main content
Tab

GridColumnEditFormSettings.VisibleIndex Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to VisibleIndex
GridViewDataColumn
.EditFormSettings .VisibleIndex

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 ASPxGridView is specified by the column’s WebColumnBase.VisibleIndex property.

Note

In Batch Edit mode, the VisibleIndex property is not in effect.

See Also