Back to Devexpress

GridControl.HorizontalScrollOffsetChanged Event

xamarin-devexpress-dot-mobile-dot-datagrid-dot-gridcontrol-c46a01ca.md

latest1.8 KB
Original Source

GridControl.HorizontalScrollOffsetChanged Event

Occurs after the GridControl.HorizontalScrollOffset property has been changed.

Namespace : DevExpress.Mobile.DataGrid

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

Declaration

csharp
public event HorizontalScrollOffsetEventHandler HorizontalScrollOffsetChanged
vb
Public Event HorizontalScrollOffsetChanged As HorizontalScrollOffsetEventHandler

Event Data

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

PropertyDescription
HorizontalOffsetGets 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

GridControl Class

GridControl Members

DevExpress.Mobile.DataGrid Namespace