Back to Devexpress

VGridControlBase.GetNextVisible(BaseRow) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-getnextvisible-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-x29.md

latest2.6 KB
Original Source

VGridControlBase.GetNextVisible(BaseRow) Method

Returns the visible row next to the specified one.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public BaseRow GetNextVisible(
    BaseRow visibleRow
)
vb
Public Function GetNextVisible(
    visibleRow As BaseRow
) As BaseRow

Parameters

NameTypeDescription
visibleRowBaseRow

A BaseRow descendant that represents the visible row whose next visible row is returned.

|

Returns

TypeDescription
BaseRow

A BaseRow descendant that represents the visible row next to the specified one.

|

Remarks

The GetNextVisible method gets the visible row next to the specified one. The GetNextVisible method returns the null reference in the instances listed below:

  • the specified row is hidden (its BaseRow.Visible property is set to false );
  • the specified row is the null reference or belongs to another vertical grid;
  • the specified row is the last visible row.

See Also

GetFirstVisible()

GetPrevVisible(BaseRow)

GetLastVisible()

Cells

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace