GridControl.GetRowLevelByVisibleIndex(Int32) Method
In This Article
Returns the specified row’s group level.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | The row’s visible index. |
#Returns
Type | Description |
---|---|
Int32 | The row’s group level. |
See Also