Back to Devexpress

BaseRow.VisibleIndex Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-12123c88.md

latest2.6 KB
Original Source

BaseRow.VisibleIndex Property

Gets the row’s visible position within a vertical grid control.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public int VisibleIndex { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleIndex As Integer

Property Value

TypeDescription
Int32

A zero based integer value specifying the row’s visible position among the other visible rows.

|

Remarks

Use the VisibleIndex property to obtain the position where the current row is displayed within a vertical grid control. In contrast to the BaseRow.Index property, this property defines the row’s position in relation to the grid’s other visible rows.

If the VisibleIndex property value is -1 the row is not displayed within the control. This can happen in the following cases:

See Also

Index

Visible

Customization Form - Vertical Grid

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace