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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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