Skip to main content
All docs
V24.1

CustomDataEventArgs.ListSourceRowIndex Property

Gets the column’s index in the data source.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.1.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