DataGridViewScrolledEventArgs.DeltaY Property
In This Article
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
C#
public double DeltaY { get; }
#Property Value
Type | Description |
---|---|
Double | The difference between the current and previous vertical scroll positions. |
See Also