Skip to main content

CalcPreviewTextEventArgs.DataSourceRowIndex Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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