Skip to main content

GridView.LeftCoordChanged Event

Fires when the View is scrolled horizontally.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Property Changed")]
public event EventHandler LeftCoordChanged

Event Data

The LeftCoordChanged event's data class is EventArgs.

Remarks

LeftCoordChanged can be handled to provide a response to scrolling the View horizontally. End-users can scroll the View using the horizontal scrollbar or the keyboard. The scrollbar’s availability is controlled by the GridView.HorzScrollVisibility property.

Use the GridView.LeftCoord property to obtain the current horizontal scrolling offset.

See Also