Back to Devexpress

CalcPreviewTextEventArgs.Row Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-calcpreviewtexteventargs-0d910b6c.md

latest1.2 KB
Original Source

CalcPreviewTextEventArgs.Row Property

Gets the object that is the currently processed row.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public object Row { get; }
vb
Public ReadOnly Property Row As Object

Property Value

TypeDescription
Object

An object that is the currently processed row.

|

See Also

CalcPreviewTextEventArgs Class

CalcPreviewTextEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace