Skip to main content
All docs
V23.2

CustomDataEventArgs.ListSourceRowIndex Property

Gets the column’s index in the data source.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public int ListSourceRowIndex { get; }

Property Value

Type Description
Int32

An integer value that identifies the column’s index in the data source.

See Also