Back to Devexpress

TableView.GetPrevRowHandle(Int32) Method

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

latest1.0 KB
Original Source

TableView.GetPrevRowHandle(Int32) Method

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public override int GetPrevRowHandle(
    int rowHandle
)
vb
Public Overrides Function GetPrevRowHandle(
    rowHandle As Integer
) As Integer

Parameters

NameType
rowHandleInt32

Returns

Type
Int32

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace