Skip to main content

VGridControlBase.TopVisibleRowIndexChanged Event

Fires when the VGridControlBase.TopVisibleRowIndex property’s value is changed.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public event IndexChangedEventHandler TopVisibleRowIndexChanged

Event Data

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

Property Description
NewIndex Gets the index of the currently focused element.
OldIndex Gets the index of the previously focused element.
See Also