Skip to main content

GridControl.HorizontalScrollOffsetChanged Event

Occurs after the GridControl.HorizontalScrollOffset property has been changed.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public event HorizontalScrollOffsetEventHandler HorizontalScrollOffsetChanged

Event Data

The HorizontalScrollOffsetChanged event's data class is HorizontalScrollOffsetEventArgs. The following properties provide information specific to this event:

Property Description
HorizontalOffset Gets a horizontal scrolling offset.

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.

See Also