DataGridView.TopRowVisibleIndex Property
Gets the index of the top visible row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int TopRowVisibleIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The index of the top visible row. |
See Also