DataGridViewScrolledEventArgs.DeltaX Property
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
public double DeltaX { get; }
Property Value
Type | Description |
---|---|
Double | The difference between the current and previous horizontal scroll positions. |
See Also