DataGridViewScrolledEventArgs.DeltaY Property
Gets the difference between the current and previous vertical scroll positions.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public double DeltaY { get; }
Property Value
Type | Description |
---|---|
Double | The difference between the current and previous vertical scroll positions. |
See Also