Back to Devexpress

VGridControlBase.GetFirstVisible() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-8d040e0e.md

latest2.2 KB
Original Source

VGridControlBase.GetFirstVisible() Method

Returns the first visible row.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public BaseRow GetFirstVisible()
vb
Public Function GetFirstVisible As BaseRow

Returns

TypeDescription
BaseRow

A BaseRow descendant that represents the first visible row. null ( Nothing in Visual Basic) if no visible row is found.

|

Remarks

The GetFirstVisible method traverses through the grid’s VGridControlBase.Rows collection and return’s the first element whose BaseRow.Visible property is set to true. This method returns a null reference in the cases listed below:

See Also

GetPrevVisible(BaseRow)

GetNextVisible(BaseRow)

GetLastVisible()

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace