VGridControlBase.LeftVisibleRecordChanged Event
In This Article
Fires when the VGridControlBase.LeftVisibleRecord property’s value is changed.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public event IndexChangedEventHandler LeftVisibleRecordChanged
#Event Data
The LeftVisibleRecordChanged event's data class is IndexChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets the index of the currently focused element. |
Old |
Gets the index of the previously focused element. |
See Also