Skip to main content
All docs
V25.1
  • DataViewBase.GetPrevRowHandle(Int32) Method

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

    Namespace: DevExpress.Xpf.Grid

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public virtual int GetPrevRowHandle(
        int rowHandle
    )

    Parameters

    Name Type Description
    rowHandle Int32

    The specified row handle.

    Returns

    Type Description
    Int32

    The handle of the previous row.

    Remarks

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

    See Also