Skip to main content

MVCxGridViewCommandColumn.VisibleIndex Property

Gets or sets the column’s position among the visible columns within the GridView.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override int VisibleIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the column’s position among the visible columns.

Remarks

If the VisibleIndex property is set to -1, the column is hidden. The column’s MVCxGridViewCommandColumn.Visible property is automatically set to false, since these property values are synchronized.

See Also