Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public override int VisibleIndex { get; set; }

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