Back to Devexpress

DataViewBase.GetPrevRowHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-getprevrowhandle-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

DataViewBase.GetPrevRowHandle(Int32) Method

Returns the handle of the row that precedes the specified row.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual int GetPrevRowHandle(
    int rowHandle
)
vb
Public Overridable Function GetPrevRowHandle(
    rowHandle As Integer
) As Integer

Parameters

NameTypeDescription
rowHandleInt32

The specified row handle.

|

Returns

TypeDescription
Int32

The handle of the previous row.

|

Remarks

Refer to the following help topic for more information: Identify Rows and Cards.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace