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.v20.2.dll

NuGet Package: DevExpress.Win.Grid

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