DataViewBase.GetNextRowHandle(Int32) Method
In This Article
Returns the handle of the row that follows the specified row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The specified row handle. |
#Returns
Type | Description |
---|---|
Int32 | The handle of the next row. |
#Remarks
Refer to the following help topic for more information: Identify Rows and Cards.
See Also