Skip to main content
A newer version of this page is available. .

CalcPreviewTextEventArgs.DataSourceRowIndex Property

Gets the index of the row in the underlying data source.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int DataSourceRowIndex { get; }

Property Value

Type Description
Int32

An integer value that is the zero-based index of the row in the underlying data source.

See Also