Back to Devexpress

VGridControlBase.GetPrevVisible(BaseRow) Method

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

latest2.5 KB
Original Source

VGridControlBase.GetPrevVisible(BaseRow) Method

Returns the visible row previous 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 GetPrevVisible(
    BaseRow visibleRow
)
vb
Public Function GetPrevVisible(
    visibleRow As BaseRow
) As BaseRow

Parameters

NameTypeDescription
visibleRowBaseRow

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

|

Returns

TypeDescription
BaseRow

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

|

Remarks

The GetPrevVisible method gets the visible row previous to the specified one. This 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 first visible row.

See Also

GetFirstVisible()

GetNextVisible(BaseRow)

GetLastVisible()

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace