MVCxVerticalGridCommandRow.VisibleIndex Property
Gets or sets the row’s position among the visible rows within the VerticalGrid.
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 row’s position among the visible rows. |
Remarks
If the VisibleIndex property is set to -1, the row is hidden. The row’s MVCxVerticalGridCommandRow.Visible property is automatically set to false, since these property values are synchronized.
See Also