Back to Devexpress

VGridRows.LastVisible Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridrows-4106b390.md

latest2.4 KB
Original Source

VGridRows.LastVisible Property

Gets the last row from the collection whose BaseRow.Visible property is true.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public BaseRow LastVisible { get; }
vb
Public ReadOnly Property LastVisible As BaseRow

Property Value

TypeDescription
BaseRow

A BaseRow object representing the last row whose BaseRow.Visible property is true.

|

Remarks

You can use the LastVisible property to obtain the last row from the rows collection whose BaseRow.Visible property is set to true.

The search starts from the end of the collection and is performed in reverse order. The first occurence of a row with the BaseRow.Visible property set to true is returned. If there is no such row, this property contains a null reference ( Nothing in Visual Basic).

See Also

FirstVisible

Visible

VGridRows Class

VGridRows Members

DevExpress.XtraVerticalGrid.Rows Namespace