Skip to main content

HorizontalScrollOffsetEventArgs.HorizontalOffset Property

Gets a horizontal scrolling offset.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public double HorizontalOffset { get; }

#Property Value

Type Description
Double

A double value, which specifies the scrolling offset (in density-independent pixels).

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

To set a horizontal scrolling offset directly from your code, use the GridControl.HorizontalScrollOffset property.

See Also