IGrid.GetRowLevel(Int32) Method
Gets the nesting level of the processed row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
int GetRowLevel(
int visibleIndex
)
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | Int32 | The row’s visible index. |
Returns
| Type | Description |
|---|---|
| Int32 | The row’s nesting level. |
Remarks
Refer to the GetRowLevel(Int32) method description for more information and an example.
See Also