Back to Devexpress

GridColumnEditFormSettings.VisibleIndex Property

aspnet-devexpress-dot-web-dot-gridcolumneditformsettings-15e30fa4.md

latest2.1 KB
Original Source

GridColumnEditFormSettings.VisibleIndex Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(-1)]
public int VisibleIndex { get; set; }
vb
<DefaultValue(-1)>
Public Property VisibleIndex As Integer

Property Value

TypeDefaultDescription
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 TypePath 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

Visible

Grid View

GridColumnEditFormSettings Class

GridColumnEditFormSettings Members

DevExpress.Web Namespace