TreeListView.GetNextRowHandle(Int32) Method
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type |
|---|---|
| rowHandle | Int32 |
Returns
| Type |
|---|
| Int32 |
See Also
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
public override int GetNextRowHandle(
int rowHandle
)
Public Overrides Function GetNextRowHandle(
rowHandle As Integer
) As Integer
| Name | Type |
|---|---|
| rowHandle | Int32 |
| Type |
|---|
| Int32 |