DataGridViewScrolledEventArgs.LastVisibleRowHandle Property
Gets the row handle of the last visible item.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int LastVisibleRowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | The row handle. |
See Also