Back to Devexpress

CalcPreviewTextEventArgs.DataSourceRowIndex Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-calcpreviewtexteventargs-cae5c04f.md

latest1.3 KB
Original Source

CalcPreviewTextEventArgs.DataSourceRowIndex Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Int32

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

|

See Also

CalcPreviewTextEventArgs Class

CalcPreviewTextEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace