ITreeList.GetStartRowVisibleIndex() Method
Gets the visible index of the first row on the current page.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
int GetStartRowVisibleIndex()
Returns
Type | Description |
---|---|
Int32 | The row’s visible index. |
Remarks
Refer to the GetStartRowVisibleIndex() method description for more information and an example.
See Also