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