Back to Devexpress

VGridControlBase.TopVisibleRowIndexChanged Event

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-d966a835.md

latest1.9 KB
Original Source

VGridControlBase.TopVisibleRowIndexChanged Event

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public event IndexChangedEventHandler TopVisibleRowIndexChanged
vb
Public Event TopVisibleRowIndexChanged As IndexChangedEventHandler

Event Data

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

PropertyDescription
NewIndexGets the index of the currently focused element.
OldIndexGets the index of the previously focused element.

See Also

TopVisibleRowIndex

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace