Back to Devexpress

CustomDataEventArgs.ListSourceRowIndex Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdataeventargs.md

latest1.3 KB
Original Source

CustomDataEventArgs.ListSourceRowIndex Property

Gets the column’s index in the data source.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public int ListSourceRowIndex { get; }
vb
Public ReadOnly Property ListSourceRowIndex As Integer

Property Value

TypeDescription
Int32

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

|

See Also

CustomDataEventArgs Class

CustomDataEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace