Skip to main content
All docs
V26.1
  • CustomDataEventArgs.ListSourceRowIndex Property

    Gets the column’s index in the data source.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    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